initscripts : remove bootup.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-core / initscripts / initscripts-1.0 / vuplus / halt
index e31ef66..830122f 100755 (executable)
@@ -1,9 +1,13 @@
-#! /bin/sh
-#
-# halt         Execute the halt command.
-#
-# Version:      @(#)halt  2.84-2  07-Jan-2002  miquels@cistron.nl
-#
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          halt
+# Required-Start:
+# Required-Stop:
+# Default-Start:
+# Default-Stop:      0
+# Short-Description: Execute the halt command.
+# Description:
+### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
@@ -20,8 +24,6 @@ then
        hddown=""
 fi
 
-showiframe /usr/share/switchoff.mvi
-
 /usr/bin/turnoff_power
 
 halt -d -f -i -p $hddown