DO NOT REPLY [Bug 3667] New: touch rsync configure output
samba-bugs at samba.org
samba-bugs at samba.org
Sat Apr 8 00:57:39 GMT 2006
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 at samba.org
ReportedBy: vapier at gentoo.org
QAContact: rsync-qa at 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.
More information about the rsync
mailing list