aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Config.in
diff options
context:
space:
mode:
authorMaxim Storchak <m.storchak@gmail.com>2014-06-27 10:50:05 +0300
committerMaxim Storchak <m.storchak@gmail.com>2014-06-27 13:19:53 +0300
commit174ee670428e2c7316f14c8600a038738deed2ae (patch)
treee4ab2e0f55130d1ff2a2307205ac5ea10c02b931 /net/rsync/Config.in
parentc9b56fef35fc9eefd9ac25dcf9b5c93cb502733d (diff)
rsync: add support for ACL and XATTR
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/rsync/Config.in')
-rw-r--r--net/rsync/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/rsync/Config.in b/net/rsync/Config.in
new file mode 100644
index 000000000..c78288069
--- /dev/null
+++ b/net/rsync/Config.in
@@ -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