Add lsb headers to some init scripts (grml-home,grml-misc and bionix/lsbheaders
authorMarkus Rekkenbeil <bionix@grml.org>
Wed, 5 Dec 2012 20:24:26 +0000 (21:24 +0100)
committerMarkus Rekkenbeil <markus@bionix-it.de>
Mon, 17 Dec 2012 21:20:51 +0000 (22:20 +0100)
firewall)

etc/init.d/firewall
etc/init.d/grml-home
etc/init.d/grml-misc
etc/init.d/grml-reboot

index 2dbd15c..e370121 100755 (executable)
@@ -6,6 +6,13 @@
 # License:       This file is licensed under the GPL v2.
 # Latest change: Don Jul 20 09:53:31 CEST 2006 [mika]
 ################################################################################
+### BEGIN INIT INFO
+# Provides:          firewall
+# Required-Start:    $remote_fs $network
+# Required-Stop:     $remote_fs $network
+# Default-Start:     S 2 3 4 5
+# Default-Stop:
+### END INIT INFO
 
   LANG=C
   LC_ALL=C
index 91c9a6b..36568cb 100755 (executable)
@@ -6,6 +6,13 @@
 # License:       This file is licensed under the GPL v2.
 # Latest change: Don Sep 28 16:36:03 CEST 2006 [mika]
 ################################################################################
+### BEGIN INIT INFO
+# Provides:          grml-home
+# Required-Start:    $all
+# Required-Stop:
+# Default-Start:     S 2 3 4 5
+# Default-Stop:
+### END INIT INFO
 
 # user with UID 1000
 fstabuser=$(getent passwd 1000 | cut -d: -f1)
index 1dd0537..0f4d7b2 100755 (executable)
@@ -6,6 +6,13 @@
 # License:       This file is licensed under the GPL v2.
 # Latest change: Sam Mai 27 14:43:56 CEST 2006 [mika]
 ################################################################################
+### BEGIN INIT INFO
+# Provides:          grml-misc
+# Required-Start:    $all
+# Required-Stop:
+# Default-Start:     S 2 3 4 5
+# Default-Stop:
+### END INIT INFO
 
 if grep -q nocolor /proc/cmdline ; then
    RC_NOCOLOR=yes
index c88f71f..50e6c9c 100755 (executable)
@@ -5,6 +5,13 @@
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 ################################################################################
+### BEGIN INIT INFO
+# Provides:          grml-reboot
+# Required-Start:
+# Required-Stop:
+# Default-Start:
+# Default-Stop:
+### END INIT INFO
 
 export PATH=/sbin:/bin:/usr/bin:/usr/sbin