Tweaked an error message and a comment.
authorWayne Davison <wayned@samba.org>
Sat, 7 Apr 2007 17:22:09 +0000 (17:22 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 7 Apr 2007 17:22:09 +0000 (17:22 +0000)
acls.c
testsuite/acls.test

diff --git a/acls.c b/acls.c
index 98d4c8f..7bc09fc 100644 (file)
--- a/acls.c
+++ b/acls.c
@@ -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
index da9bea0..af56007 100644 (file)
@@ -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