Commit 1c53e517 authored by Wayne Davison's avatar Wayne Davison

Tweaked an error message and a comment.

parent 63d83e94
......@@ -6,9 +6,8 @@
* Copyright (C) 2006 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
......
......@@ -10,7 +10,7 @@
$RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
case "$RSYNC" in
*protocol=29*) test_skipped "ACLs require protocol 30" ;;
*protocol=29*) test_skipped "ACL support requires protocol 30" ;;
esac
case "$setfacl_nodef" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment