From: Baruch Siach Date: Wed, 1 Feb 2017 20:48:42 +0000 (+0200) Subject: dbus: remove init script status op X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b4848d6b94dc722fd6cdd6b512bdfe9efaf014a;p=buildroot.git dbus: remove init script status op The status command calls the Upstart status utility which we don't have. Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- 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