From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <500696A3.6010106@pengutronix.de> Date: Wed, 18 Jul 2012 12:57:39 +0200 From: Marc Kleine-Budde MIME-Version: 1.0 References: <1342608800-6061-1-git-send-email-jlu@pengutronix.de> In-Reply-To: <1342608800-6061-1-git-send-email-jlu@pengutronix.de> Subject: Re: [ptxdist] [PATCH] 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: multipart/mixed; boundary="===============0280900324==" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Jan Luebbe This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0280900324== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig972258DFBFC14780D7EBDCA9" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig972258DFBFC14780D7EBDCA9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 07/18/2012 12:53 PM, Jan Luebbe wrote: > Signed-off-by: Jan Luebbe > --- > rules/rsync3.in | 13 +++++++++++++ > rules/rsync3.make | 2 ++ > 2 files changed, 15 insertions(+) >=20 > diff --git a/rules/rsync3.in b/rules/rsync3.in > index 4e1b6e7..b350c0e 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" > =20 > +config RSYNC3_ACL > + bool > + prompt "enable ACL support" > + help > + --disable-acl-support this help text is a bit counter intuitive :) > + > +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 :=3D \ > $(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 --=20 Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | --------------enig972258DFBFC14780D7EBDCA9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlAGlqYACgkQjTAFq1RaXHPFEwCeI8igkp4EzmsGT/KfwF+YLUTv O6kAn3rjcvnMKEJ7FPjl8uHgaaiXUlhQ =rBhR -----END PGP SIGNATURE----- --------------enig972258DFBFC14780D7EBDCA9-- --===============0280900324== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --===============0280900324==--