summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-09-12 21:13:35 +0000
committerMichael Imhof <tantive@gentoo.org>2004-09-12 21:13:35 +0000
commit72dfd908cd62a43a7f7930afb82cbdbdbcd06f30 (patch)
tree21e9e283de45e8031ce9aaaa68f9b05696e1ea61
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-72dfd908cd62a43a7f7930afb82cbdbdbcd06f30.tar.gz
gentoo-2-72dfd908cd62a43a7f7930afb82cbdbdbcd06f30.tar.bz2
gentoo-2-72dfd908cd62a43a7f7930afb82cbdbdbcd06f30.zip
Fixed path in config file. Closes #63671.
-rw-r--r--app-admin/gentoo-rsync-mirror/ChangeLog5
-rw-r--r--app-admin/gentoo-rsync-mirror/files/gentoo-mirror.conf2
2 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/gentoo-rsync-mirror/ChangeLog b/app-admin/gentoo-rsync-mirror/ChangeLog
index 21cee18b3972..33b7b70145e8 100644
--- a/app-admin/gentoo-rsync-mirror/ChangeLog
+++ b/app-admin/gentoo-rsync-mirror/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/gentoo-rsync-mirror
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.20 2004/09/04 17:46:04 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.21 2004/09/12 21:13:34 tantive Exp $
+
+ 12 Sep 2004; Michael Imhof <tantive@gentoo.org> files/gentoo-mirror.conf:
+ Fixed path in config file. Closes #63671.
04 Sep 2004; Jon Hood <squinky86@gentoo.org>
gentoo-rsync-mirror-1.0-r4.ebuild:
diff --git a/app-admin/gentoo-rsync-mirror/files/gentoo-mirror.conf b/app-admin/gentoo-rsync-mirror/files/gentoo-mirror.conf
index 86bd14590e47..d848c3b91d7f 100644
--- a/app-admin/gentoo-rsync-mirror/files/gentoo-mirror.conf
+++ b/app-admin/gentoo-rsync-mirror/files/gentoo-mirror.conf
@@ -6,4 +6,4 @@ OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=3
#SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
#If you are waiting for access to our master mirror, select one of our mirrors to mirror from:
SRC="rsync://rsync.de.gentoo.org/gentoo-portage"
-DST="/opt/gentoo-rsync-mirror/portage/"
+DST="/opt/gentoo-rsync/portage/"