From 1c53e5171cfce78416c0a534dbe8fb2d0725fd2e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 7 Apr 2007 17:22:09 +0000 Subject: [PATCH] Tweaked an error message and a comment. --- acls.c | 5 ++--- testsuite/acls.test | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/acls.c b/acls.c index 98d4c8f7..7bc09fcd 100644 --- 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 diff --git a/testsuite/acls.test b/testsuite/acls.test index da9bea0b..af560074 100644 --- a/testsuite/acls.test +++ b/testsuite/acls.test @@ -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 -- 2.34.1