X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=c6ab133dd78dbf8754b839c1fb34404bed3bed89;hp=e7a827a0b0affe01ea8961b067897701ebdcb896;hb=434df59c6f9092c9ecb08339230916dda805a5f1;hpb=c94499d8033d16b68226be1c82b10fa6df700832 diff --git a/autoconfig.functions b/autoconfig.functions index e7a827a..c6ab133 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 2>&1 1>>$DEBUG | logger ; 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"