Release new version 0.22.0
[grml-autoconfig.git] / etc / init.d / grml-autoconfig.strace
diff --git a/etc/init.d/grml-autoconfig.strace b/etc/init.d/grml-autoconfig.strace
deleted file mode 100755 (executable)
index fbf4e7e..0000000
+++ /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 <mika@grml.org>
-# 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 #################################################################