diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-06-12 20:56:14 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-06-12 20:56:14 +0000 |
commit | 7f50bbb369d5848104ad102349eced149352ca1a (patch) | |
tree | 5e986faf0cfb3d647e834f9657d6d496fb6ad2fb /app-admin/gentoo-rsync-mirror/files | |
parent | stable on ppc64, bug #53408 (Manifest recommit) (diff) | |
download | gentoo-2-7f50bbb369d5848104ad102349eced149352ca1a.tar.gz gentoo-2-7f50bbb369d5848104ad102349eced149352ca1a.tar.bz2 gentoo-2-7f50bbb369d5848104ad102349eced149352ca1a.zip |
changing DST back to old one
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 c26ffa6296ba..b6816db8df9f 100644 --- a/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh +++ b/app-admin/gentoo-rsync-mirror/files/rsync-gentoo-portage.sh @@ -6,7 +6,7 @@ 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.gentoo.org/gentoo-portage" -DST="/space/gentoo/rsync/" +DST="/opt/gentoo-rsync/portage/" echo "Started update at" `date` >> $0.log 2>&1 logger -t rsync "re-rsyncing the gentoo-portage tree" |