summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-02-14 17:39:46 +0000
committerBill Nottingham <notting@redhat.com>2001-02-14 17:39:46 +0000
commitb901ad942458c86375cee7a96807bc2ebada2bdb (patch)
tree007c805e3e86f39b2624fc13eb16585ec233a958
parent09caceabdc6fd704a78e2234eadb302bec2249be (diff)
downloadinitscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.tar.gz
initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.tar.xz
initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.zip
fix init.d/single to work around possible kernel bug
-rwxr-xr-xrc.d/init.d/single2
1 files changed, 1 insertions, 1 deletions
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