* Michael Knudsen <[EMAIL PROTECTED]> [060522 14:42]:
> Quoting Jim Razmus ([EMAIL PROTECTED]):
> > Index: network.conf.template
> > ===================================================================
> > RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v
> > retrieving revision 1.97
> > diff -u -r1.97 network.conf.template
> > --- network.conf.template   2006/05/20 08:08:34     1.97
> > +++ network.conf.template   2006/05/22 18:02:31
> > @@ -47,10 +47,10 @@
> >  # Popular master sites, most useful sites come first.
> >  MASTER_SITE_GNU+=  \
> >     ftp://ftp.gnu.org/gnu/ \
> > -   ftp://gatekeeper.dec.com/pub/GNU/ \
> > -   ftp://ftp.uu.net/archive/systems/gnu/ \
> > -   ftp://ftp.eu.uu.net/pub/gnu/ \
> > +   ftp://mirrors.usc.edu/pub/gnu/ \
> > +   ftp://aeneas.mit.edu/pub/gnu/ \
> >     ftp://ftp.funet.fi/pub/gnu/prep/ \
> > +   ftp://sunsite.dk/mirrors/gnu/ \
> 
> This is wrong.  While the sunsite.dk services are still available, the
> site is now called dotsrc.org.  The proper URI is:
> 
>       ftp://mirrors.dotsrc.org/gnu/
> 
> In a not too distant future I will unslack and the mirror will have a
> much better capacity under this name ONLY.
> 
> Regards,
> Michael.
> -- 
> Om began to feel the acute depression that steals over every realist in
> the presence of an optimist.
> -- (Terry Pratchett, Small Gods)
> 

I've adjusted the patch accordingly.  BTW, mirrors.dotsrc.org already
appears last in the GNU mirror list.

Thanks Michael!

Jim
Index: network.conf.template
===================================================================
RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v
retrieving revision 1.97
diff -u -r1.97 network.conf.template
--- network.conf.template       2006/05/20 08:08:34     1.97
+++ network.conf.template       2006/05/22 19:03:39
@@ -47,9 +47,8 @@
 # Popular master sites, most useful sites come first.
 MASTER_SITE_GNU+=      \
        ftp://ftp.gnu.org/gnu/ \
-       ftp://gatekeeper.dec.com/pub/GNU/ \
-       ftp://ftp.uu.net/archive/systems/gnu/ \
-       ftp://ftp.eu.uu.net/pub/gnu/ \
+       ftp://mirrors.usc.edu/pub/gnu/ \
+       ftp://aeneas.mit.edu/pub/gnu/ \
        ftp://ftp.funet.fi/pub/gnu/prep/ \
        ftp://ftp.cs.tu-berlin.de/pub/gnu/ \
        ftp://ftp.wustl.edu/pub/gnu/ \

Reply via email to