Refactored config unpacking config parameter will now be honored, e.g. config=foo...
[grml-autoconfig.git] / etc / init.d / grml-autoconfig.strace
1 #!/bin/sh
2 # Filename:      grml-autoconfig.strace
3 # Purpose:       strace grml-autoconfig for use with mksquashfs/mkisos sort option
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Thu Nov 03 17:03:03 CET 2005 [mika]
8 ################################################################################
9
10 /usr/bin/strace -f -eopen,stat64,execve -o /etc/grml/strace.autoconfig /etc/init.d/grml-autoconfig "$*" &
11
12 ## END OF FILE #################################################################