mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
net/rsync: Make using ACL/XATTR the default if it's core default
Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
This commit is contained in:
@@ -3,11 +3,13 @@ if PACKAGE_rsync
|
||||
config RSYNC_xattr
|
||||
bool
|
||||
prompt "Enable xattr support"
|
||||
default y if USE_FS_ACL_ATTR
|
||||
default n
|
||||
|
||||
config RSYNC_acl
|
||||
bool
|
||||
prompt "Enable ACL support"
|
||||
default y if USE_FS_ACL_ATTR
|
||||
default n
|
||||
|
||||
config RSYNC_zlib
|
||||
|
||||
Reference in New Issue
Block a user