From: Wayne Davison Date: Wed, 22 Mar 2006 09:21:46 +0000 (+0000) Subject: Improved the opening comments. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/34d2aa88ac0ab722d34d94a01858977087b5da60 Improved the opening comments. --- diff --git a/acls.diff b/acls.diff index 4d2024d..c3f3d21 100644 --- a/acls.diff +++ b/acls.diff @@ -7,7 +7,13 @@ After applying this patch, run these commands for a successful build: See the --acls (-A) option in the revised man page for a note on using this latest ACL-enabling patch to send files to an older ACL-enabled rsync. -This code does not yet itemize changes in ACL information (see --itemize). +TODO items: + +- The -i option does not yet itemize changes in ACL information. + +- The --link-dest option might link together two files that differ just + in their ACL info, and if that happens the file in the --link-dest dir + would get its ACLs updated. --- old/Makefile.in +++ new/Makefile.in