Index: package-server.html =================================================================== RCS file: /cvs/cygwin-apps/htdocs/package-server.html,v retrieving revision 1.6 diff -p -u -r1.6 package-server.html --- package-server.html 26 Aug 2006 19:29:33 -0000 1.6 +++ package-server.html 16 Sep 2009 13:04:09 -0000 @@ -44,7 +44,7 @@ you just want a copy of an existing tree
  1. The first step in creating a local Cygwin mirror is to pick which existing mirror you will download your packages from. A list of - mirrors can be found here. + mirrors can be found here. If you have netselect (deb or #!/bin/sh netselect -vv $(\ - wget -O - http://cygwin.com/mirrors.txt |\ + wget -O - http://cygwin.com/mirrors.lst |\ grep rsync |\ cut -d';' -f1 |\ sed -e 's;\(rsync://[0-9a-z.-]*\).*;\1;' \