dbus: remove --reverse (yes, that is bad) to fix shutting down of dbus services on...
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Sep 2007 15:08:00 +0000 (15:08 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 7 Sep 2007 15:08:00 +0000 (15:08 +0000)
packages/dbus/dbus-1.0.2/dbus-1.init
packages/dbus/dbus_1.0.2.bb

index 38e7574..46e3218 100644 (file)
@@ -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 \
index a660eb1..0c97e30 100644 (file)
@@ -2,4 +2,4 @@ require dbus.inc
 
 SRC_URI += " file://fix-waitpid.patch;patch=1"
 
-PR = "r2"
+PR = "r3"