X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=3d5410e2451b2a1f86f9c6b86d695c936e4be50d;hp=5e7c807a1a9caf9eaaefb3c5e30a48121724b970;hb=25a9d31e5df272d4cb63ae607f2f3744db0add16;hpb=bed08f407e9fca64a9885f576c645a7a254bb564 diff --git a/autoconfig.functions b/autoconfig.functions index 5e7c807..3d5410e 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -720,7 +720,7 @@ if [ -d /proc/acpi ]; then else ewarn "(none)" ; eend 1 fi - if ! ps x | grep -q /usr/sbin/acpid ; then + if ! ps x 2>>$DEBUG | grep -q /usr/sbin/acpid ; then if ! [ -r /var/run/dbus/pid ] ; then einfo "Starting acpi daemon." /etc/init.d/acpid start >>$DEBUG 2>&1 ; eend $?