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