diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-15 03:15:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-15 03:15:59 +0000 |
commit | a20caf4460b1968585058a4f2cb792f03a4da365 (patch) | |
tree | fed3ea2b5733ccf384c014a6fa760fa156874fd9 /net-misc/rsync | |
parent | KEYWORD shuffle (diff) | |
download | historical-a20caf4460b1968585058a4f2cb792f03a4da365.tar.gz historical-a20caf4460b1968585058a4f2cb792f03a4da365.tar.bz2 historical-a20caf4460b1968585058a4f2cb792f03a4da365.zip |
gnuconfig lovin
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/Manifest | 8 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.6.3.ebuild | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest index 346bf7340962..897d4da4f1aa 100644 --- a/net-misc/rsync/Manifest +++ b/net-misc/rsync/Manifest @@ -3,7 +3,7 @@ Hash: SHA1 MD5 50ebc04b156e05733d01facaeb3baa32 ChangeLog 9420 MD5 407a75f49fe2d2d9ec0dc8d7c7767cc1 rsync-2.6.0-r3.ebuild 2585 -MD5 e37bcb779046420e5f4940842fb7d154 rsync-2.6.3.ebuild 2017 +MD5 c4035f2b7859eb05d7548f9553984e79 rsync-2.6.3.ebuild 2045 MD5 9118ed78f07b5bae1f8daa09226771b0 files/2.6.0-sanitize.patch 5842 MD5 c27421f44de2c0fa58f6d01a9cbdeeb5 files/rsyncd.conf 405 MD5 39b5aab74752c74d7d600265dd32de05 files/rsyncd.conf.d 348 @@ -14,7 +14,7 @@ MD5 93a1334931329a901f4aa47d63a7ce70 files/rsync-pathsanitize.patch 262 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBYi8sHTu7gpaalycRAu2TAJ9AD8lpAMsyV06ZS/yOoXyahjk0UgCguhsk -A9VsZzctjM+7uBsBZsy/x1M= -=V6sF +iD8DBQFBb0D9HTu7gpaalycRAm6uAKCmuI7zvTRMHJe/kouFk5WOJDTVJgCfcUrH +Ufkm989Adsc2SFZllUblsmM= +=DTz9 -----END PGP SIGNATURE----- diff --git a/net-misc/rsync/rsync-2.6.3.ebuild b/net-misc/rsync/rsync-2.6.3.ebuild index f19d1a7fad99..298574519e05 100644 --- a/net-misc/rsync/rsync-2.6.3.ebuild +++ b/net-misc/rsync/rsync-2.6.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.3.ebuild,v 1.3 2004/10/05 05:20:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.3.ebuild,v 1.4 2004/10/15 03:15:59 vapier Exp $ -inherit eutils flag-o-matic gcc +inherit eutils flag-o-matic gcc gnuconfig DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="http://rsync.samba.org/" @@ -29,6 +29,7 @@ src_unpack() { autoconf || die "autoconf" autoheader || die "autoheader" fi + gnuconfig_update # change confdir to /etc/rsync rather than just /etc (the --sysconfdir # yes, updating the man page is very important. |