diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-13 15:27:05 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-13 15:27:05 +0000 |
commit | c15181c1ab2b05c16459547b469743bafe2e68f6 (patch) | |
tree | dac68f2ee27581480554ab67b95eb3b71707dd16 /rc.d | |
parent | ea09026c40777ad1e57a671c154e259bf9a0d244 (diff) | |
download | initscripts-c15181c1ab2b05c16459547b469743bafe2e68f6.tar initscripts-c15181c1ab2b05c16459547b469743bafe2e68f6.tar.gz initscripts-c15181c1ab2b05c16459547b469743bafe2e68f6.tar.bz2 initscripts-c15181c1ab2b05c16459547b469743bafe2e68f6.tar.xz initscripts-c15181c1ab2b05c16459547b469743bafe2e68f6.zip |
for - done, not for - fi
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 0f513d53..0f061b8a 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -44,7 +44,7 @@ for i in /etc/rc.d/rc1.d/S[0-9][0-9]*; do [ "${i%.rpmorig}" != "${i}" ] && continue [ "$i" = "/etc/rc.d/rc1.d/S00single" ] && continue $i start -fi +done # Now go to the single user level. echo "Telling INIT to go to single user mode." |