#!/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 #################################################################