From de67cd72c2f40d95e6f5647c14c4d500e083e860 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 20 Sep 2007 17:27:21 +0200 Subject: [PATCH] Drop the logger stuff for acpid as does not seem to help --- autoconfig.functions | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.1.4