From 8c0b1df278f6c4c2a54cf4eac56d573e947cd43f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Sep 2011 19:17:20 +0200 Subject: [PATCH] Revert "dbus: shutdown dbus on reboot/poweroff" This reverts commit fb48033d682ba16df5d0a15948f59facc0f39fbf. --- packages/sysutils/dbus/init.d/14_dbus | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sysutils/dbus/init.d/14_dbus b/packages/sysutils/dbus/init.d/14_dbus index 431a595f72..76c3c7f19c 100644 --- a/packages/sysutils/dbus/init.d/14_dbus +++ b/packages/sysutils/dbus/init.d/14_dbus @@ -35,7 +35,5 @@ case $RUNLEVEL in ;; poweroff|reboot) - progress "Stopping D-BUS" - killall dbus-daemon ;; esac