diff options
-rw-r--r-- | app-admin/gentoo-rsync-mirror/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/gentoo-rsync-mirror/ChangeLog b/app-admin/gentoo-rsync-mirror/ChangeLog index d66c6c82e0c6..eac9b1fd487e 100644 --- a/app-admin/gentoo-rsync-mirror/ChangeLog +++ b/app-admin/gentoo-rsync-mirror/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/gentoo-rsync-mirror # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.13 2004/06/08 21:52:24 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.14 2004/06/10 20:58:54 mholzer Exp $ + + 11 Jun 2004; Martin Holzer <mholzer@gentoo.org> + files/rsync-gentoo-portage.sh: + changing to main rotate dns 09 Jun 2004; Martin Holzer <mholzer@gentoo.org> files/rsyncd.init: fixing bad header. closes 53194 diff --git a/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh b/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh index b38e25533015..c26ffa6296ba 100644 --- a/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh +++ b/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh @@ -5,7 +5,7 @@ OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=3 #Uncomment the following line only if you have been granted access to rsync1.us.gentoo.org #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://rsync2.de.gentoo.org/gentoo-portage" +SRC="rsync://rsync.gentoo.org/gentoo-portage" DST="/space/gentoo/rsync/" echo "Started update at" `date` >> $0.log 2>&1 |