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:58:10 UTC

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

pier        99/10/19 19:58:08

  Added:       mirrors  generate.sh
  Removed:     mirrors  mirrorsort.sh
  Log:
  "mirrorsort.sh" has been renamed "generate.sh" (the name is more appropriate)
  
  Revision  Changes    Path
  1.1                  apache-site/mirrors/generate.sh
  
  Index: generate.sh
  ===================================================================
  #!/bin/sh
  mv mirrors.list mirrors.list.old
  sort < mirrors.list.old > mirrors.list
  rm -f mirrors.list.old
  ./mirgen.pl > index.html
  date > mirrors.check