* [Buildroot] [PATCH] dbus: remove init script status op
@ 2017-02-01 14:34 Baruch Siach
2017-02-01 20:16 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-02-01 14:34 UTC (permalink / raw)
To: buildroot
There is no status() shell routine in this script.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/dbus/S30dbus | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/package/dbus/S30dbus b/package/dbus/S30dbus
index 4427b5c72c0a..b4bcf9c7aa9a 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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-01 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-01 14:34 [Buildroot] [PATCH] dbus: remove init script status op Baruch Siach
2017-02-01 20:16 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox