Add LSB header to init script grml-autoconfig.strace
authorMichael Prokop <mika@grml.org>
Wed, 5 Aug 2009 13:41:55 +0000 (15:41 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 5 Aug 2009 13:41:55 +0000 (15:41 +0200)
debian/changelog
etc/init.d/grml-autoconfig.strace

index 9b87c05..c0885b8 100644 (file)
@@ -38,8 +38,9 @@ grml-autoconfig (0.8.24) unstable; urgency=low
   * Bump Standard-Version to 3.8.2 (no further changes).
   * Use invoke-rc.d for starting network instead of invoking the
     init script directly.
   * Bump Standard-Version to 3.8.2 (no further changes).
   * Use invoke-rc.d for starting network instead of invoking the
     init script directly.
+  * Add LSB header to init script grml-autoconfig.strace.
 
 
- -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 15:40:19 +0200
+ -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 15:41:37 +0200
 
 grml-autoconfig (0.8.23) unstable; urgency=low
 
 
 grml-autoconfig (0.8.23) unstable; urgency=low
 
index 3b1a0d2..fbf4e7e 100755 (executable)
@@ -4,9 +4,18 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Thu Nov 03 17:03:03 CET 2005 [mika]
 ################################################################################
 
 ################################################################################
 
+# http://wiki.debian.org/LSBInitScripts =>
+### BEGIN INIT INFO
+# Provides:          grml-autoconfig
+# Required-Start:
+# Required-Stop:
+# Should-Start:      udev
+# Default-Start:     S 2 3 4 5
+# Default-Stop:
+### END INIT INFO
+
 /usr/bin/strace -f -eopen,stat64,execve -o /etc/grml/strace.autoconfig /etc/init.d/grml-autoconfig "$*" &
 
 ## END OF FILE #################################################################
 /usr/bin/strace -f -eopen,stat64,execve -o /etc/grml/strace.autoconfig /etc/init.d/grml-autoconfig "$*" &
 
 ## END OF FILE #################################################################