diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-12 20:42:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-12 20:42:10 +0000 |
commit | 303cabb3d23ab7eff512be256d8c75e032eb2347 (patch) | |
tree | 4b2fbf4824f1c7239981c6bd75449bf4a966b893 /Mk | |
parent | 17e0d651045849daacd98b780cc852df643fa48b (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index a779e7c9dba5..9d4ea40ea86c 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -254,20 +254,16 @@ MASTER_SITE_REDHAT_LINUX+= \ # http://<server>/archives/%SUBDIR%/ # ftp://<server>/pub/%SUBDIR%/ # -# MirrorNavi redirects requests to the nearest server from the client -# using HTTP redirection (301) which "fetch -A" does not follow. -# If you want to use this, set FETCH_CMD to something other than -# "fetch -A". It is also a good idea to check out the URL just to -# see which mirror site it suggests. +# {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the +# least busy servers at the moment at the DNS lookup level. (safe to +# use with "fetch -A") # -# http://www.mirrornavi.com/ring/archives/%SUBDIR%/ -# -# DNSBalance redirects requests to the least busy server at the moment -# at the DNS lookup level. (safe to use with "fetch -A") +# {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest +# servers at the DNS lookup level. (safe to use with "fetch -A") # MASTER_SITE_RINGSERVER+= \ ftp://ftp.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ \ - http://www.dnsbalance.ring.gr.jp/archives/%SUBDIR%/ + http://www.t.ring.gr.jp/archives/%SUBDIR%/ MASTER_SITE_RUBY+= \ ftp://ftp.iij.ad.jp/pub/lang/ruby/%SUBDIR%/ \ |