[oe-commits] org.oe.dev dbus: remove --reverse (yes, that is bad) to fix shutting down of dbus services on halt/reboot

koen commit openembedded-commits at lists.openembedded.org
Fri Sep 7 15:30:32 UTC 2007


dbus: remove --reverse (yes, that is bad) to fix shutting down of dbus services on halt/reboot

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3b618e174a1bdef0e2e2e2fe1efddadb3d3ce48d
ViewMTN: http://monotone.openembedded.org/revision/info/3b618e174a1bdef0e2e2e2fe1efddadb3d3ce48d
Files:
1
packages/dbus/dbus-1.0.2/dbus-1.init
packages/dbus/dbus_1.0.2.bb
Diffs:

#
# mt diff -r600ac42c01464dbcc3dffd07ac39056bfc3914a0 -r3b618e174a1bdef0e2e2e2fe1efddadb3d3ce48d
#
# 
# 
# patch "packages/dbus/dbus-1.0.2/dbus-1.init"
#  from [bc3a39440ac2899bf95874522964413b2f7b584a]
#    to [4dc37cbdcc8bbcdd8432d6104bddd92535f362d1]
# 
# patch "packages/dbus/dbus_1.0.2.bb"
#  from [3c61bea1f5b14d729a812b56d55a0a6be9b36a38]
#    to [a8ce6355ed3da04736b057936a57f1aeed630228]
# 
============================================================
--- packages/dbus/dbus-1.0.2/dbus-1.init	bc3a39440ac2899bf95874522964413b2f7b584a
+++ packages/dbus/dbus-1.0.2/dbus-1.init	4dc37cbdcc8bbcdd8432d6104bddd92535f362d1
@@ -62,7 +62,7 @@ shut_it_down()
 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 \
============================================================
--- packages/dbus/dbus_1.0.2.bb	3c61bea1f5b14d729a812b56d55a0a6be9b36a38
+++ packages/dbus/dbus_1.0.2.bb	a8ce6355ed3da04736b057936a57f1aeed630228
@@ -1,5 +1,5 @@ SRC_URI += " file://fix-waitpid.patch;pa
 require dbus.inc
 
 SRC_URI += " file://fix-waitpid.patch;patch=1"
 
+PR = "r3"
-PR = "r2"






More information about the Openembedded-commits mailing list