X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=autoconfig.functions;h=aaffa23200f63f6449827488e7d94b4ebaf78b44;hb=de67cd72c2f40d95e6f5647c14c4d500e083e860;hp=e7a827a0b0affe01ea8961b067897701ebdcb896;hpb=c94499d8033d16b68226be1c82b10fa6df700832;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index e7a827a..aaffa23 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Don Sep 06 23:57:02 CEST 2007 [mika] +# Latest change: Don Sep 20 15:31:56 CEST 2007 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -751,7 +751,7 @@ if [ -d /proc/acpi ]; then if ! [ -S /var/run/acpid.socket ] ; then if ! [ -r /var/run/dbus/pid ] ; then einfo "Starting acpi daemon." - /etc/init.d/acpid start >>$DEBUG ; eend $? + /etc/init.d/acpid start 1>>$DEBUG 2>&1 ; eend $? else eerror "acpid error: it seems you are running d-bus/hal, but acpid needs to be started before d-bus." eerror "Solution: please activate acpid via /etc/runlevel.conf"