From: Michael Prokop Date: Wed, 5 Aug 2009 13:41:55 +0000 (+0200) Subject: Add LSB header to init script grml-autoconfig.strace X-Git-Tag: v0.8.24~2 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=fb47c847262014f0f1ba111013f027f3fa61d3d6;hp=f3f2108ec4f2886c16b225614cc69b1da0364d76;ds=inline Add LSB header to init script grml-autoconfig.strace --- diff --git a/debian/changelog b/debian/changelog index 9b87c05..c0885b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + * Add LSB header to init script grml-autoconfig.strace. - -- Michael Prokop Wed, 05 Aug 2009 15:40:19 +0200 + -- Michael Prokop Wed, 05 Aug 2009 15:41:37 +0200 grml-autoconfig (0.8.23) unstable; urgency=low diff --git a/etc/init.d/grml-autoconfig.strace b/etc/init.d/grml-autoconfig.strace index 3b1a0d2..fbf4e7e 100755 --- a/etc/init.d/grml-autoconfig.strace +++ b/etc/init.d/grml-autoconfig.strace @@ -4,9 +4,18 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 #################################################################