Openembedded Core Discussions
 help / color / mirror / Atom feed
From: jhuang0 <jackie.huang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] xinetd: add status of init.d command
Date: Tue, 26 Nov 2013 18:17:11 +0800	[thread overview]
Message-ID: <52947527.1070101@windriver.com> (raw)
In-Reply-To: <1385456243-2642-1-git-send-email-jackie.huang@windriver.com>



On 11/26/2013 4:57 PM, jackie.huang@windriver.com wrote:
> From: Li Wang <li.wang@windriver.com>
>
> CQID: WIND00439690

Sorry forgot to remove this, I will re-send.

Thanks,
Jackie

>
> Signed-off-by: Li Wang <li.wang@windriver.com>
> ---
>   meta/recipes-extended/xinetd/xinetd/xinetd.init | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.init b/meta/recipes-extended/xinetd/xinetd/xinetd.init
> index 26dbea7..777c2c8 100644
> --- a/meta/recipes-extended/xinetd/xinetd/xinetd.init
> +++ b/meta/recipes-extended/xinetd/xinetd/xinetd.init
> @@ -2,6 +2,9 @@
>   #
>   # /etc/init.d/xinetd  --  script to start and stop xinetd.
>
> +# Source function library.
> +. /etc/init.d/functions
> +
>   if test -f /etc/default/xinetd; then
>   	. /etc/default/xinetd
>   fi
> @@ -33,6 +36,10 @@ case "$1" in
>   	start-stop-daemon --stop --signal 3 --quiet --exec /usr/sbin/xinetd
>   	echo "."
>   	;;
> +    status)
> +	status /usr/sbin/xinetd;
> +	exit $?
> +	;;
>       reload)
>   	echo -n "Reloading internet superserver configuration: xinetd"
>   	start-stop-daemon --stop --signal 1 --quiet --exec /usr/sbin/xinetd
> @@ -49,7 +56,7 @@ case "$1" in
>   	$0 start
>   	;;
>       *)
> -	echo "Usage: /etc/init.d/xinetd {start|stop|reload|force-reload|restart}"
> +	echo "Usage: /etc/init.d/xinetd {start|stop|status|reload|force-reload|restart}"
>   	exit 1
>   	;;
>   esac
>

-- 
Jackie Huang
WIND RIVER | China Development Center
MSN:jackielily@hotmail.com
Tel: +86 8477 8594
Mobile: +86 138 1027 4745


  reply	other threads:[~2013-11-26 10:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-26  8:57 [PATCH] xinetd: add status of init.d command jackie.huang
2013-11-26 10:17 ` jhuang0 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-26 10:18 jackie.huang

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=52947527.1070101@windriver.com \
    --to=jackie.huang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox