packages/net/rsync/Config.in
Maxim Storchak 174ee67042 rsync: add support for ACL and XATTR
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-27 13:19:53 +03:00

12 lines
163 B
Text

if PACKAGE_rsync
config RSYNC_xattr
bool
prompt "Enable xattr support"
default n
config RSYNC_acl
bool
prompt "Enable ACL support"
default n
endif