X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=92468fb58d2e031a177eae7013efa768da17376c;hp=c5fa8df7db8a1eb0f854f771c9f20dc8592f2366;hb=65fdd0026f6af2d592c2baa2d8e76fc04cdd2d09;hpb=4e88b7a5a0432e9b7f0e09bf25e20c2d623d21a1;ds=sidebyside diff --git a/autoconfig.functions b/autoconfig.functions index c5fa8df..92468fb 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -717,14 +717,8 @@ if [ -d /proc/acpi ]; then ewarn "(none)" ; eend 1 fi 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 $? - 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" - eend 1 - fi + einfo "Starting acpi daemon." + /etc/init.d/acpid start >>$DEBUG 2>&1 ; eend $? else ewarn "acpi daemon already running." eend 0