[Ultrapossum-cvs 343] demo/uml/debian 1.5,1.6,config

Back to archive index

Masato Taruishi taru****@sourc*****
2004年 7月 23日 (金) 16:48:34 JST


===================================================================
RCS file: demo/uml/debian/config,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- demo/uml/debian/config	2004/07/22 12:37:01	1.5
+++ demo/uml/debian/config	2004/07/23 07:48:34	1.6
@@ -10,14 +10,14 @@
 db_version 2.0
 
 uml_hosts="$MASTER"
-if test "x$SLURPDSLAVES" != "x"; then
-  for h in $SLURPDSLAVES
+if test "x$ULTRAMONKEYNODES" != "x"; then
+  for h in $ULTRAMONKEYNODES
   do
     uml_hosts="$uml_hosts, $h"
   done
 fi
-if test "x$ULTRAMONKEYNODES" != "x"; then
-  for h in $ULTRAMONKEYNODES
+if test "x$SLURPDSLAVES" != "x"; then
+  for h in $SLURPDSLAVES
   do
     uml_hosts="$uml_hosts, $h"
   done



Ultrapossum-cvs メーリングリストの案内
Back to archive index