diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-28 08:14:06 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-28 08:14:06 +0000 |
commit | e0173d321a969b091c86c57690aebaa97ae62d8f (patch) | |
tree | 8fa1a91a0dbb29790358adcfe2a61e11a31181d1 | |
parent | c312b7bfc733bdd1033233cd19fb05526c390825 (diff) | |
download | FreeBSD-ports-e0173d321a969b091c86c57690aebaa97ae62d8f.zip FreeBSD-ports-e0173d321a969b091c86c57690aebaa97ae62d8f.tar.gz |
Promote mirrors.usc.edu to the top of the REDHAT list. It has some
Red Hat 6.1 distfiles which are not present on the rutgers or gatech
sites.
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 4c6931a..acd2aee 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -647,9 +647,9 @@ MASTER_SITE_PYTHON+= \ http://shattered.teched.net/www.python.org/%SUBDIR%/ MASTER_SITE_REDHAT_LINUX+= \ + http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \ http://www.gtlib.cc.gatech.edu/pub/redhat/linux/%SUBDIR%/ \ ftp://ftp.rutgers.edu/pub/redhat/linux/%SUBDIR%/ \ - http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \ ftp://ftp.redhat.com/pub/redhat/linux/%SUBDIR%/ \ ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/%SUBDIR%/ \ ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/linux/%SUBDIR%/ \ |