All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] dbus: remove init script status op
@ 2017-02-01 20:48 Baruch Siach
  2017-02-01 21:06 ` Peter Seiderer
  2017-02-01 21:13 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-02-01 20:48 UTC (permalink / raw)
  To: buildroot

The status command calls the Upstrat status utility which we don't have.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v2: Correct the commit log (Thomas P)
---
 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] 3+ messages in thread

end of thread, other threads:[~2017-02-01 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 20:48 [Buildroot] [PATCH v2] dbus: remove init script status op Baruch Siach
2017-02-01 21:06 ` Peter Seiderer
2017-02-01 21:13 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.