summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-22 03:40:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-22 03:40:25 +0000
commit5c4f9f612b7c942ca30f3f9a4252b314a6077fc7 (patch)
tree57f1f2583e084c869f6fe872d1a62352c12f109d /net-misc/rsync
parentVersion bump #71446 by Anders Bruun Olsen. (Manifest recommit) (diff)
downloadgentoo-2-5c4f9f612b7c942ca30f3f9a4252b314a6077fc7.tar.gz
gentoo-2-5c4f9f612b7c942ca30f3f9a4252b314a6077fc7.tar.bz2
gentoo-2-5c4f9f612b7c942ca30f3f9a4252b314a6077fc7.zip
Make sure we update the rsync(1) manpage with the new .conf location too #71650 by Paul Oldham.
Diffstat (limited to 'net-misc/rsync')
-rw-r--r--net-misc/rsync/ChangeLog7
-rw-r--r--net-misc/rsync/rsync-2.6.0-r3.ebuild7
-rw-r--r--net-misc/rsync/rsync-2.6.3.ebuild4
3 files changed, 12 insertions, 6 deletions
diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog
index b8a7ca8e66f0..736be70ec914 100644
--- a/net-misc/rsync/ChangeLog
+++ b/net-misc/rsync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/rsync
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.70 2004/10/03 04:36:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.71 2004/11/22 03:40:25 vapier Exp $
+
+ 21 Nov 2004; Mike Frysinger <vapier@gentoo.org> rsync-2.6.0-r3.ebuild,
+ rsync-2.6.3.ebuild:
+ Make sure we update the rsync(1) manpage with the new .conf location too
+ #71650 by Paul Oldham.
*rsync-2.6.3 (03 Oct 2004)
diff --git a/net-misc/rsync/rsync-2.6.0-r3.ebuild b/net-misc/rsync/rsync-2.6.0-r3.ebuild
index aa011c59f7c1..8353629fdaf1 100644
--- a/net-misc/rsync/rsync-2.6.0-r3.ebuild
+++ b/net-misc/rsync/rsync-2.6.0-r3.ebuild
@@ -1,6 +1,6 @@
# 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.0-r3.ebuild,v 1.8 2004/11/12 15:44:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0-r3.ebuild,v 1.9 2004/11/22 03:40:25 vapier Exp $
inherit eutils flag-o-matic gcc gnuconfig
@@ -35,8 +35,9 @@ src_unpack() {
|| die "sed rsync.h failed"
# yes, updating the man page is very important.
sed -i \
- -e 's|/etc/rsyncd|/etc/rsync/rsyncd|g' rsyncd.conf.5 \
- || die "sed rsyncd.conf.5 failed"
+ -e 's|/etc/rsyncd|/etc/rsync/rsyncd|g' \
+ rsync.1 rsyncd.conf.5 \
+ || die "sed rsyncd.conf.5 failed"
# apply security patch from bug #60309
epatch ${FILESDIR}/${PN}-pathsanitize.patch
diff --git a/net-misc/rsync/rsync-2.6.3.ebuild b/net-misc/rsync/rsync-2.6.3.ebuild
index 810f38cb0438..a98bdf5b0b6c 100644
--- a/net-misc/rsync/rsync-2.6.3.ebuild
+++ b/net-misc/rsync/rsync-2.6.3.ebuild
@@ -1,6 +1,6 @@
# 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.5 2004/11/12 15:44:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.3.ebuild,v 1.6 2004/11/22 03:40:25 vapier Exp $
inherit eutils flag-o-matic gcc gnuconfig
@@ -35,7 +35,7 @@ src_unpack() {
# yes, updating the man page is very important.
sed -i \
-e 's|/etc/rsyncd|/etc/rsync/rsyncd|g' \
- rsyncd.conf.5 \
+ rsync.1 rsyncd.conf.5 \
|| die "sed rsyncd.conf.5 failed"
}