diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-07-21 18:36:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-07-21 18:36:42 +0000 |
commit | ef27d4659826bd29b936cf6bba640bcef4296a28 (patch) | |
tree | d98a9e7001b2ef652ac637cfbfe3d7d0cf935c3c | |
parent | 224bee53a59b0971b23ebde65d7fd7251106deb3 (diff) | |
download | portage-ef27d4659826bd29b936cf6bba640bcef4296a28.tar.gz portage-ef27d4659826bd29b936cf6bba640bcef4296a28.tar.bz2 portage-ef27d4659826bd29b936cf6bba640bcef4296a28.zip |
Add a link for "Setting up your own local rsync mirror" as suggested by jkt.
svn path=/main/trunk/; revision=3982
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index ca3938fc9..8b79e213a 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -175,6 +175,8 @@ # If you have multiple Gentoo boxes, it is probably a good idea to have only # one of them sync from the rotations above. The other boxes can then rsync # from the local rsync server, reducing the load on the mirrors. +# Instructions for setting up a local rsync server are available here: +# http://www.gentoo.org/doc/en/rsync.xml # #SYNC="rsync://rsync.gentoo.org/gentoo-portage" # |