rsync: add support for ACL and XATTR

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak
2014-06-27 10:50:05 +03:00
parent c9b56fef35
commit 174ee67042
2 changed files with 30 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
if PACKAGE_rsync
config RSYNC_xattr
bool
prompt "Enable xattr support"
default n
config RSYNC_acl
bool
prompt "Enable ACL support"
default n
endif