mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #3472 from cshore-firmware/pull-request-rsync-acl-options
net/rsync: Make using ACL/XATTR the default if it's core default
This commit is contained in:
@@ -3,11 +3,13 @@ if PACKAGE_rsync
|
|||||||
config RSYNC_xattr
|
config RSYNC_xattr
|
||||||
bool
|
bool
|
||||||
prompt "Enable xattr support"
|
prompt "Enable xattr support"
|
||||||
|
default y if USE_FS_ACL_ATTR
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config RSYNC_acl
|
config RSYNC_acl
|
||||||
bool
|
bool
|
||||||
prompt "Enable ACL support"
|
prompt "Enable ACL support"
|
||||||
|
default y if USE_FS_ACL_ATTR
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config RSYNC_zlib
|
config RSYNC_zlib
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rsync
|
PKG_NAME:=rsync
|
||||||
PKG_VERSION:=3.1.2
|
PKG_VERSION:=3.1.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src
|
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src
|
||||||
|
|||||||
Reference in New Issue
Block a user