https://bugzilla.samba.org/show_bug.cgi?id=2706
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-05-16 10:01 -------
There is the acls.diff file in the patches directory that implements the --acls
option. Feel free to give it a try. In the future, support for ACLs will
hopefully make it into the main release.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
https://bugzilla.samba.org/show_bug.cgi?id=2706
------- Additional Comments From email@cs-ware.de 2005-06-04 19:35 -------
in 2.6.5 the acls.diff does not work. It seems to apply cleanly, but rsync
doesn't compile:
In file included from rsync.h:679,
from rsync.c:23:
proto.h:270: error: syntax error before "UNUSED"
proto.h:366: error: syntax error before '(' token
proto.h:366: error: conflicting types for 'UNUSED'
proto.h:366: error: previous declaration of 'UNUSED' was here
proto.h:366: error: conflicting types for 'UNUSED'
proto.h:366: error: previous declaration of 'UNUSED' was here
proto.h:366: error: syntax error before ')' token
proto.h:367: error: syntax error before '(' token
proto.h:367: error: conflicting types for 'UNUSED'
... etc.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
https://bugzilla.samba.org/show_bug.cgi?id=2706 ------- Additional Comments From wayned@samba.org 2005-06-05 14:43 ------- The acls.diff patch included with 2.6.5 builds fine. I assume you neglected to use the -p0 option when using patch. The two new sysacls.[ch] files must be put in the lib dir for things to build correctly (including the building of the proto.h file), and failing to use -p0 causes all the new files to be extracted to the current directory. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Reasonably Related Threads
- [Bug 2706] New: An option to transfer POSIX ACLs
- DO NOT REPLY [Bug 7865] New: files or dirs with more than 16 ACLs are not rsynced correctly
- [Bug 2780] New: fix acl patch
- still ACL bug in 3.0.14a
- unsuccessful configure with 2.6.8 and acls and extended attributes...