From bb03f0794cd4f80bed757f7e06f5d888d2217962 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 26 Mar 2011 16:31:58 -0400 Subject: use bash's kill builtin instead of /bin/kill Signed-off-by: Dave Reisner Signed-off-by: Tom Gundersen --- rc.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.single') 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 -- cgit v1.2.3