Displaying 1 result from an estimated 1 matches for "webdesignhelp".
2006 Mar 16
1
How to compile Rsync with acl support on Cygwin
...1329.html
Solution:
-----------
Well I did some poking around the acls.diff patch and started examining the
way cygwin implements ACLs to see what could be patched to make it work. I
found that cygwin ACLs are implemented using the Solaris implementation:
http://www.ee.adfa.edu.au/staff/hrp/webDesignHelp/cygwin-ug-net-nochunks.htm
l#OV-HI-PERM
Corinna Vinschen also mentioned that the cygwin ACLs were modeled using
Solaris ACLs and to reference the sun documentation site for implementation
http://sources.redhat.com/ml/cygwin/2001-06/msg01243.html
Seeing that the acls.diff patch already had...