[Ultrapossum-cvs 366] demo/uml/debian 1.8,1.9,config

アーカイブの一覧に戻る

Masato Taruishi taru****@users*****
2004年 9月 9日 (木) 00:25:15 JST


===================================================================
RCS file: demo/uml/debian/config,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- demo/uml/debian/config	2004/09/06 07:22:13	1.8
+++ demo/uml/debian/config	2004/09/08 15:25:15	1.9
@@ -22,6 +22,14 @@
     uml_hosts="$uml_hosts, $h"
   done
 fi
+if test "x$SYNCBACKUPS" != "x"; then
+  for h in $SYNCBACKUPS
+  do
+    if test "x$h" != "x$MASTER"; then
+      uml_hosts="$uml_hosts, $h"
+    fi
+  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')
 



Ultrapossum-cvs メーリングリストの案内
アーカイブの一覧に戻る