From: Koen Kooi Date: Fri, 5 Aug 2005 18:00:13 +0000 (+0000) Subject: Remove --retry and --oknodo from dbus' initscript, busybox doesn't like those X-Git-Tag: Release-2010-05/1~9453^2~3971^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dae04d99eae8b84a197250ae97d37253d4d770d;p=openembedded.git Remove --retry and --oknodo from dbus' initscript, busybox doesn't like those --- diff --git a/packages/dbus/dbus/dbus-1.init b/packages/dbus/dbus/dbus-1.init index bd31b6208c..adefe7c5b1 100644 --- a/packages/dbus/dbus/dbus-1.init +++ b/packages/dbus/dbus/dbus-1.init @@ -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.