summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-1.0.2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-07 15:08:00 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-07 15:08:00 +0000
commitcb028129efb450efe57757b2ea73e8cd827bf59d (patch)
tree477efda44775af340820b8a49bc3cfb10801f444 /packages/dbus/dbus-1.0.2
parentd8babc1e89beb0169e9fe0ec0a02d0078e448b89 (diff)
dbus: remove --reverse (yes, that is bad) to fix shutting down of dbus services on halt/reboot
Diffstat (limited to 'packages/dbus/dbus-1.0.2')
-rw-r--r--packages/dbus/dbus-1.0.2/dbus-1.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus-1.0.2/dbus-1.init b/packages/dbus/dbus-1.0.2/dbus-1.init
index 38e7574ad5..46e321860d 100644
--- a/packages/dbus/dbus-1.0.2/dbus-1.init
+++ b/packages/dbus/dbus-1.0.2/dbus-1.init
@@ -62,7 +62,7 @@ start_it_up()
shut_it_down()
{
if [ -d $EVENTDIR ]; then
- run-parts --reverse --arg=stop $EVENTDIR
+ run-parts --arg=stop $EVENTDIR
fi
echo -n "Stopping $DESC: "
start-stop-daemon --stop --quiet --pidfile $PIDFILE \