samba-bugs@samba.org
2006-Apr-08 00:58 UTC
DO NOT REPLY [Bug 3667] New: touch rsync configure output
https://bugzilla.samba.org/show_bug.cgi?id=3667 Summary: touch rsync configure output Product: rsync Version: 2.6.8 Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vapier@gentoo.org QAContact: rsync-qa@samba.org the current output from running `./configure --enable-acl-support` after applying the acl patch looks like: <snip> checking for __facl... no checking whether to support ACLs... ACLs requested -- running tests checking for acl_get_file in -lacl... yes checking for ACL support... yes Using posix ACLs checking for acl_get_perm_np... no checking attr/xattr.h usability... yes </snip> trivial patch attached against the patch/acls.diff in CVS to make it read: <snip> checking for __facl... no checking whether to support ACLs... ACLs requested -- running tests checking for acl_get_file in -lacl... yes checking for ACL support... yes checking ACL test results... Using posix ACLs checking for acl_get_perm_np... no checking attr/xattr.h usability... yes </snip> -- 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.
samba-bugs@samba.org
2006-Apr-08 00:58 UTC
DO NOT REPLY [Bug 3667] touch rsync configure output
https://bugzilla.samba.org/show_bug.cgi?id=3667 ------- Comment #1 from vapier@gentoo.org 2006-04-07 19:57 MST ------- Created an attachment (id=1851) --> (https://bugzilla.samba.org/attachment.cgi?id=1851&action=view) rsync-configure-acl-touchup.patch -- 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.
samba-bugs@samba.org
2006-Apr-08 16:27 UTC
DO NOT REPLY [Bug 3667] touch rsync configure output
https://bugzilla.samba.org/show_bug.cgi?id=3667 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from wayned@samba.org 2006-04-08 11:26 MST ------- Thanks, I've applied your suggested change. -- 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.