You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pi...@hyperreal.org on 1999/10/20 04:45:32 UTC

cvs commit: apache-site/mirrors mirrorsort.sh mirrors.list

pier        99/10/19 19:45:31

  Modified:    mirrors  mirrors.list
  Added:       mirrors  mirrorsort.sh
  Log:
  Added following mirrors:
    http://apache.tenet.pl/
      Grzegorz Stelmaszek <gr...@tenet.pl>
    http://sunsite.utk.edu/apache/
    ftp://ftp.sunsite.utk.edu/pub/apache/dist/
      Ron Tipton <ut...@tns.utk.edu>
  Added mirrorsort.sh (I'm lazy, I don't want to type "sort ..." everytime)
  
  Revision  Changes    Path
  1.85      +4 -1      apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===================================================================
  RCS file: /home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- mirrors.list	1999/10/18 05:22:15	1.84
  +++ mirrors.list	1999/10/20 02:45:30	1.85
  @@ -108,6 +108,7 @@
   ftp	us	ftp://ftp.knowledge.com/pub/mirrors/apache/	Peter.Galbavy@knowledge.com
   ftp	us	ftp://ftp.raver.net/pub/ftp.apache.org/
   ftp	us	ftp://ftp.rge.com/pub/infosystems/apache/dist/
  +ftp	us	ftp://ftp.sunsite.utk.edu/pub/apache/dist/	uther@tns.utk.edu
   ftp	us	ftp://ftp.tux.org/pub/net/apache/
   ftp	us	ftp://galileo.galilei.com/pub/apache/
   ftp	us	ftp://mirrors.partnersforever.net/pub/apache/dist/
  @@ -271,15 +272,17 @@
   http	us	http://apache.plinet.com/	apache@plinet.com
   http	us	http://apache.raver.net/	april@dn.net
   http	us	http://apache.technomancer.com/	sgarrett@technomancer.com
  +http	us	http://apache.tenet.pl/	greg@tenet.pl
   http	us	http://apache.valueclick.com/	ask@valueclick.com
   http	us	http://apache.vitts.com/	jpuffer@vitts.com	[New England]
   http	us	http://ftp.epix.net/apache/	archive@epix.net
   http	us	http://galileo.galilei.com/apache/
  +http	us	http://mirrors.hotdog.org/apache/	alex@hotdog.org
   http	us	http://mirrors.partnersforever.net/apache/	webmaster@partnersforever.net
   http	us	http://opnsrc.service.digital.com/apache/	feldman@service.digital.com
  +http	us	http://sunsite.utk.edu/apache/	uther@tns.utk.edu
   http	us	http://us-mirror.www.ai.net/pub/apache/	deepak@ai.net
   http	us	http://www.communitech.net/apache/	gabriel@communitech.net
  -http	us	http://mirrors.hotdog.org/apache/	alex@hotdog.org
   http	us	http://www.iodynamics.com/apache/	fozz@iodynamics.com
   http	us	http://www.rge.com/pub/infosystems/apache/	ftp@rge.com
   http	us	http://www.tux.org/pub/net/apache/	niemi@tux.org
  
  
  
  1.1                  apache-site/mirrors/mirrorsort.sh
  
  Index: mirrorsort.sh
  ===================================================================
  #!/bin/sh
  mv mirrors.list mirrors.list.old
  sort < mirrors.list.old > mirrors.list
  rm -f mirrors.list.old