From: Michael Prokop Date: Thu, 20 Sep 2007 15:27:21 +0000 (+0200) Subject: Drop the logger stuff for acpid as does not seem to help X-Git-Tag: 0.7.23 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=de67cd72c2f40d95e6f5647c14c4d500e083e860 Drop the logger stuff for acpid as does not seem to help --- 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" diff --git a/debian/changelog b/debian/changelog index 851c1a0..3076028 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ grml-autoconfig (0.7.23) unstable; urgency=low * Add acpi-support to Recommends and depend on console-tools. + * Drop the logger stuff for acpid as doesn't seem to help. -- Michael Prokop Thu, 20 Sep 2007 17:24:13 +0200