aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbus/dbus/dbus-1.init
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-05 18:00:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-05 18:00:13 +0000
commit9dae04d99eae8b84a197250ae97d37253d4d770d (patch)
treedc19adce3e91e266345d2333fc1eb34785d3e104 /packages/dbus/dbus/dbus-1.init
parente62597937dea0ff0f6e55b8d73e34f6a19c1a23f (diff)
downloadopenembedded-9dae04d99eae8b84a197250ae97d37253d4d770d.tar.gz
Remove --retry and --oknodo from dbus' initscript, busybox doesn't like those
Diffstat (limited to 'packages/dbus/dbus/dbus-1.init')
-rw-r--r--packages/dbus/dbus/dbus-1.init2
1 files changed, 1 insertions, 1 deletions
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.