All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] dbus: remove init script status op
Date: Wed, 1 Feb 2017 22:06:10 +0100	[thread overview]
Message-ID: <20170201220610.5831727d@gmx.net> (raw)
In-Reply-To: <9db6a8643a625337a6b477efd537a9245a26f594.1485982122.git.baruch@tkos.co.il>

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

  reply	other threads:[~2017-02-01 21:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01 20:48 [Buildroot] [PATCH v2] dbus: remove init script status op Baruch Siach
2017-02-01 21:06 ` Peter Seiderer [this message]
2017-02-01 21:13 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170201220610.5831727d@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.