From b901ad942458c86375cee7a96807bc2ebada2bdb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 14 Feb 2001 17:39:46 +0000 Subject: fix init.d/single to work around possible kernel bug --- rc.d/init.d/single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 84341a50..9e8ad6d7 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -54,4 +54,4 @@ done # Now go to the single user level. echo $"Telling INIT to go to single user mode." -exec init -t1 S +init -t1 S -- cgit v1.2.1