aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Config.in
blob: c782880693e3102ffc6259f541f8b858f01509ea (plain)
1
2
3
4
5
6
7
8
9
10
11
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