From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1StlDE-0008MD-Dj for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:56:08 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1StlDE-0007rQ-Cm for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:56:08 +0200 Date: Tue, 24 Jul 2012 21:56:08 +0200 From: Michael Olbrich Message-ID: <20120724195608.GD28315@pengutronix.de> References: <1342613231-8792-1-git-send-email-jlu@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1342613231-8792-1-git-send-email-jlu@pengutronix.de> Subject: Re: [ptxdist] [PATCH v2] rsync3: support ACL and extended attributes Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Wed, Jul 18, 2012 at 02:07:11PM +0200, Jan Luebbe wrote: > Signed-off-by: Jan Luebbe Thanks, applied. Michael > --- > rules/rsync3.in | 13 +++++++++++++ > rules/rsync3.make | 2 ++ > 2 files changed, 15 insertions(+) > > diff --git a/rules/rsync3.in b/rules/rsync3.in > index 4e1b6e7..f01f294 100644 > --- a/rules/rsync3.in > +++ b/rules/rsync3.in > @@ -3,6 +3,8 @@ menuconfig RSYNC3 > tristate > prompt "rsync v3 " > select OPENSSH_SSH > + select ACL if RSYNC3_ACL > + select ATTR if RSYNC3_ATTR > help > rsync is a program that behaves in much the same way that rcp does, > but has many more options and uses the rsync remote-update protocol to > @@ -16,4 +18,15 @@ config RSYNC3_STARTSCRIPT > default y > prompt "install /etc/init.d/rsync" > > +config RSYNC3_ACL > + bool > + prompt "enable ACL support" > + help > + --enable-acl-support > + > +config RSYNC3_ATTR > + bool > + prompt "enable extended attribute support" > + help > + --enable-xattr-support > endif > diff --git a/rules/rsync3.make b/rules/rsync3.make > index f3ac834..65826fe 100644 > --- a/rules/rsync3.make > +++ b/rules/rsync3.make > @@ -39,6 +39,8 @@ RSYNC3_AUTOCONF := \ > $(CROSS_AUTOCONF_USR) \ > $(GLOBAL_IPV6_OPTION) \ > $(GLOBAL_LARGE_FILE_OPTION) \ > + --$(call ptx/endis, PTXCONF_RSYNC3_ACL)-acl-support \ > + --$(call ptx/endis, PTXCONF_RSYNC3_ATTR)-xattr-support \ > --with-included-popt \ > --disable-debug \ > --disable-locale > -- > 1.7.10 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de