diff options
author | Bill Nottingham <notting@redhat.com> | 2001-02-14 17:39:46 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-02-14 17:39:46 +0000 |
commit | b901ad942458c86375cee7a96807bc2ebada2bdb (patch) | |
tree | 007c805e3e86f39b2624fc13eb16585ec233a958 /rc.d | |
parent | 09caceabdc6fd704a78e2234eadb302bec2249be (diff) | |
download | initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.tar initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.tar.gz initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.tar.bz2 initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.tar.xz initscripts-b901ad942458c86375cee7a96807bc2ebada2bdb.zip |
fix init.d/single to work around possible kernel bug
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/single | 2 |
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 |