]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/install/halt
Einige (hoffentlich die letzten) Rootfiles hinzugefuegt...
[people/pmueller/ipfire-2.x.git] / config / install / halt
index ecfe93c97451e3c2d4c93f56d52ad0ea3b60bcfa..666c27c649cc3a679ed934e9cd787d07fd65696a 100644 (file)
@@ -1,6 +1,9 @@
 #!/bin/sh
+# Clear screen
+/bin/clear
+
 echo "Shutting down..."
-echo "Sending all processes the TERM signal..." 
+echo "Sending all processes the TERM signal..."
 /bin/killall5 -15
 sleep 3
 echo "Sending all processes the KILL signal..."