]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/rc.d/rc.halt
Geaendert:
[ipfire-2.x.git] / src / rc.d / rc.halt
index 7dd33567bce82ca36e1b7578edc2eae1ab47bd21..9c8c7a66f143a9dc6c8449404d7e5405a0d427a5 100644 (file)
@@ -13,46 +13,46 @@ progressbar()
        echo "show $(( 65534 * $1 / 9 ))" > /proc/splash
 }
 # Set bootsplash
-progressbar 0
+progressbar 9
 echo "silent" > /proc/splash
 
 echo "Stopping the RED interface..."
-progressbar 1
+progressbar 8
 /etc/rc.d/rc.red stop 2>/dev/null
 /etc/rc.d/rc.red clear 2>/dev/null
 
 echo "Shutting down..."
-progressbar 2
+progressbar 7
 sleep 3
 
 echo "Saving the clock"
-progressbar 3
+progressbar 6
 /sbin/hwclock --systohc
 
 echo "Sending all processes the TERM signal..." 
-progressbar 4
+progressbar 5
 /sbin/killall5 -15
 sleep 3
 
 echo "Sending all processes the KILL signal..."
-progressbar 5
+progressbar 4
 /sbin/killall5 -9
 sleep 3
 
 echo "Turning off swap"
-progressbar 6
+progressbar 3
 swapoff -a
 
 echo "Unmounting others"
-progressbar 7
+progressbar 2
 umount -n -a
 
 echo "Unmounting root"
-progressbar 8
+progressbar 1
 mount -n -o remount,ro /
 
 # Send nice shutdown beep now
-progressbar 9
+progressbar 0
 /usr/bin/beep -l 75 -f 3000
 /usr/bin/beep -l 75 -f 2000
 /usr/bin/beep -l 75 -f 1000