Add placeholder functions for start/restart/reload/stop to grml-autoconfig.strace
[grml-autoconfig.git] / sbin / grml-autoconfig
index 26f8cd7..0abc8f8 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika(at)grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Jän 19 23:02:56 CET 2008 [mika]
 ################################################################################
 
 if [ "$UID" != 0 ];  then
@@ -16,12 +15,7 @@ LC_ALL=C
 PN="$(basename $0)"
 TMPFILE="$(mktemp)"
 
-if grep -q small /etc/grml_version 2>/dev/null ; then
-   AUTOCONFIG=/etc/grml/autoconfig.small
-else
-   AUTOCONFIG=/etc/grml/autoconfig
-fi
-
+AUTOCONFIG=/etc/grml/autoconfig
 [ -r $AUTOCONFIG ] || exit 1
 
 # helper functions