summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-02-01 22:48:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-01 22:12:50 +0100
commit0b4848d6b94dc722fd6cdd6b512bdfe9efaf014a (patch)
tree2fba5bf04e990c969b47b46ccec8121da6036bcb /package/dbus
parentc06aa42f7c1a0d22a3c816adacc25bb0b12d0179 (diff)
downloadbuildroot-0b4848d6b94dc722fd6cdd6b512bdfe9efaf014a.tar.gz
buildroot-0b4848d6b94dc722fd6cdd6b512bdfe9efaf014a.zip
dbus: remove init script status op
The status command calls the Upstart status utility which we don't have. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/S30dbus6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/dbus/S30dbus b/package/dbus/S30dbus
index 4427b5c72c..b4bcf9c7aa 100644
--- a/package/dbus/S30dbus
+++ b/package/dbus/S30dbus
@@ -53,10 +53,6 @@ case "$1" in
stop)
stop
;;
- status)
- status $processname
- RETVAL=$?
- ;;
restart)
stop
start
@@ -72,7 +68,7 @@ case "$1" in
RETVAL=$?
;;
*)
- echo "Usage: $0 {start|stop|status|restart|condrestart|reload}"
+ echo "Usage: $0 {start|stop|restart|condrestart|reload}"
;;
esac
exit $RETVAL
OpenPOWER on IntegriCloud