[arch-projects] [PATCH 2/7] use bash's kill builtin instead of /bin/kill

Tom Gundersen teg at jklm.no
Sat Mar 26 18:14:10 EDT 2011


On Saturday 26 March 2011 16:31:58 Dave Reisner wrote:
> Signed-off-by: Dave Reisner <d at falconindy.com>
> ---
>  rc.single |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/rc.single b/rc.single
> index 2420873..aab2b58 100755
> --- a/rc.single
> +++ b/rc.single
> @@ -50,7 +50,7 @@ if [[ $RUNLEVEL = 1 ]]; then
>  	printsep
>  	printhl "Entering single-user mode..."
>  	# make sure /dev/initctl is in place
> -	/bin/kill -HUP 1
> +	kill -HUP 1
>  	exec /sbin/init -t1 S
>  fi

Looks fine to me.

-t


More information about the arch-projects mailing list