From e0a0de756478e5a2571a81f9ad62ddc9116318cf Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 9 Mar 2006 20:36:11 +0000 Subject: [PATCH] Updated the opening comments. --- acls.diff | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.34.1