Remove --retry and --oknodo from dbus' initscript, busybox doesn't like those
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Aug 2005 18:00:13 +0000 (18:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 5 Aug 2005 18:00:13 +0000 (18:00 +0000)
packages/dbus/dbus/dbus-1.init

index bd31b62..adefe7c 100644 (file)
@@ -55,7 +55,7 @@ shut_it_down()
       run-parts --reverse --arg=stop $EVENTDIR
   fi
   echo -n "Stopping $DESC: "
-  start-stop-daemon --stop --retry 60 --quiet --oknodo --pidfile $PIDFILE \
+  start-stop-daemon --stop  --quiet --pidfile $PIDFILE \
     --user $DAEMONUSER
   # We no longer include these arguments so that start-stop-daemon
   # can do its job even given that we may have been upgraded.