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

* [Buildroot] [PATCH v2] dbus: remove init script status op
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2017-02-01 21:06 UTC (permalink / raw)
  To: buildroot

Hello Baruch,

On Wed,  1 Feb 2017 22:48:42 +0200, Baruch Siach <baruch@tkos.co.il> wrote:

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

Minor typo, s/Upstrat/Upstart/...

Regards,
Peter


> 
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] dbus: remove init script status op
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-02-01 21:13 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  1 Feb 2017 22:48:42 +0200, Baruch Siach wrote:
> 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(-)

Applied to master, after fixing the typo in the commit log, as noticed
by Peter Seiderer.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[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.