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 3b1a0d2..0000000
+++ /dev/null
@@ -1,12 +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.
-# Latest change: Thu Nov 03 17:03:03 CET 2005 [mika]
-################################################################################
-
-/usr/bin/strace -f -eopen,stat64,execve -o /etc/grml/strace.autoconfig /etc/init.d/grml-autoconfig "$*" &
-
-## END OF FILE #################################################################