split apt sources list and withdraw "reseau_integration" from iso
[debian6500.git] / master / etc / init.d / waitslaves
index bfc2133b7b00f57f693f3aae1b8e5f94b4470f62..647de2dba4fe7ab31da21daaf4fd6e5ad5af4946 100755 (executable)
@@ -11,9 +11,9 @@ VER=1.0
 # Provides:          waitslaves
 # Required-Start:    $network $sshd isc-dhcp-server atftpd nfs-kernel-server wakeonlan etherwake ipmiwake
 # Required-Stop:
-# Should-Start:
-# Default-Start:     S
-# Default-Stop:      
+# Should-Start:      
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Short-Description: Wait cluster slave blades
 # Description:       Wait for all cluster slave blades are ready for running
 ### END INIT INFO
@@ -30,8 +30,8 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
 . /lib/lsb/init-functions
 
 do_start () {
-    log_action_msg "Waite all slave blades"
-    $SCRIPT -t $TIMEOUT -w -c 'test -e /home/trc6500 && echo ok'
+    log_action_msg "Wait all slave blades"
+    $SCRIPT -t $TIMEOUT -x -w -c 'test -e /home/trc6500 && echo ok'
 }
 
 case "$1" in