Drop the logger stuff for acpid as does not seem to help 0.7.23
authorMichael Prokop <mika@grml.org>
Thu, 20 Sep 2007 15:27:21 +0000 (17:27 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 20 Sep 2007 15:27:21 +0000 (17:27 +0200)
autoconfig.functions
debian/changelog

index c6ab133..aaffa23 100755 (executable)
@@ -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"
index 851c1a0..3076028 100644 (file)
@@ -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 <mika@grml.org>  Thu, 20 Sep 2007 17:24:13 +0200