X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=etc%2Finit.d%2Fgrml-autoconfig.strace;h=6825727697a2c8fb2494bcad0987795083bbbc74;hp=fbf4e7e956378b892bd6a383335a013355576667;hb=HEAD;hpb=fb47c847262014f0f1ba111013f027f3fa61d3d6 diff --git a/etc/init.d/grml-autoconfig.strace b/etc/init.d/grml-autoconfig.strace deleted file mode 100755 index fbf4e7e..0000000 --- a/etc/init.d/grml-autoconfig.strace +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# Filename: grml-autoconfig.strace -# Purpose: strace grml-autoconfig for use with mksquashfs/mkisos sort option -# Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -################################################################################ - -# 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 #################################################################