[OE-core] [PATCH] xinetd: add status of init.d command

jhuang0 jackie.huang at windriver.com
Tue Nov 26 10:17:11 UTC 2013



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

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

Thanks,
Jackie

>
> Signed-off-by: Li Wang <li.wang at 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 at hotmail.com
Tel: +86 8477 8594
Mobile: +86 138 1027 4745



More information about the Openembedded-core mailing list