Masato Taruishi
taru****@sourc*****
2004年 7月 22日 (木) 21:37:01 JST
=================================================================== RCS file: demo/uml/debian/config,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- demo/uml/debian/config 2004/07/09 02:45:52 1.4 +++ demo/uml/debian/config 2004/07/22 12:37:01 1.5 @@ -16,6 +16,12 @@ uml_hosts="$uml_hosts, $h" done fi +if test "x$ULTRAMONKEYNODES" != "x"; then + for h in $ULTRAMONKEYNODES + do + uml_hosts="$uml_hosts, $h" + done +fi uml_mirror_candidates=$(egrep "^deb[[:space:]]+(http|ftp)://[^[:space:]]+[[:space:]]+[^[:space:]]+[[:space:]]+" /etc/apt/sources.list | sed -e 's/^deb[ ]*\([^ ]*\).*/\1/g' | tr '\n' '#' | sed 's/#/, /g')