diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-06-10 20:58:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-06-10 20:58:54 +0000 |
commit | 4834b3b7e57e17ed7438aa5a677d8aac51469bd0 (patch) | |
tree | 0e7325b065bb210bade9865d943d4970a990164b /app-admin/gentoo-rsync-mirror/files | |
parent | passes "make check" on ppc64, adding ~ppc64 keyword (diff) | |
download | gentoo-2-4834b3b7e57e17ed7438aa5a677d8aac51469bd0.tar.gz gentoo-2-4834b3b7e57e17ed7438aa5a677d8aac51469bd0.tar.bz2 gentoo-2-4834b3b7e57e17ed7438aa5a677d8aac51469bd0.zip |
changing to main rotate dns
Diffstat (limited to 'app-admin/gentoo-rsync-mirror/files')
-rw-r--r-- | app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |