[Ultrapossum-cvs 962] demo/uml/debian 1.12,1.13,config

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 20日 (水) 23:14:39 JST


===================================================================
RCS file: demo/uml/debian/config,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- demo/uml/debian/config	2004/10/19 09:14:04	1.12
+++ demo/uml/debian/config	2004/10/20 14:14:39	1.13
@@ -26,29 +26,20 @@
   }
 fi
 
-if test "x$MASTER" != "x$HOST"; then
-  uml_hosts="$MASTER"
-fi
 if test "x$ULTRAMONKEYNODES" != "x"; then
   for h in $ULTRAMONKEYNODES
   do
     uml_hosts="$uml_hosts $h"
   done
 fi
-if test "x$SLURPDSLAVES" != "x"; then
-  for h in $SLURPDSLAVES
-  do
+
+for h in $LDAPHOSTS
+do
+  if test "x$h" != "x$HOST"; then
     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
+  fi
+done
+
 for h in $UML_HOSTS
 do
   if ! include $h "$uml_hosts"; then



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