aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-09-21 15:38:05 +0000
committerBill Nottingham <notting@redhat.com>2001-09-21 15:38:05 +0000
commitc9e63689f7192bdb82a088c835783a9de1fe862c (patch)
treee49c76a88733380ad6cf25df76b95e488e852de2 /rc.d/rc
parent14b615784a583431f64b77e4718730f7e9a3e491 (diff)
downloadinitscripts-c9e63689f7192bdb82a088c835783a9de1fe862c.tar
initscripts-c9e63689f7192bdb82a088c835783a9de1fe862c.tar.gz
initscripts-c9e63689f7192bdb82a088c835783a9de1fe862c.tar.bz2
initscripts-c9e63689f7192bdb82a088c835783a9de1fe862c.tar.xz
initscripts-c9e63689f7192bdb82a088c835783a9de1fe862c.zip
expunge more linuxconf support
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.d/rc b/rc.d/rc
index b8ead1d7..69b4cd87 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -36,9 +36,6 @@ export CONFIRM
# Get first argument. Set new runlevel to this argument.
[ -n "$argv1" ] && runlevel="$argv1"
-# Tell linuxconf what runlevel we are in
-[ -d /var/run ] && echo "/etc/rc$runlevel.d" > /var/run/runlevel.dir
-
# Is there an rc directory for this new runlevel?
if [ -d /etc/rc$runlevel.d ]; then
# First, run the KILL scripts.