From: Wayne Davison Date: Thu, 9 Mar 2006 20:36:11 +0000 (+0000) Subject: Updated the opening comments. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/e0a0de756478e5a2571a81f9ad62ddc9116318cf Updated the opening comments. --- diff --git a/acls.diff b/acls.diff index 5fe5dd8..dc3445a 100644 --- a/acls.diff +++ b/acls.diff @@ -4,10 +4,8 @@ After applying this patch, run these commands for a successful build: ./configure --enable-acl-support make -The program currently complains when the --acls (-A) option is used to copy -from a disk that doesn't support ACLs. This should be changed to silently -notice that no ACLs are available to copy. Of course, trying to write out -ACLs to a non-ACL-supporting disk should complain. +Caveat: using the --acls (-A) option currently overrides any permission +changes requested by the --chmod option. --- old/Makefile.in +++ new/Makefile.in