From c9e63689f7192bdb82a088c835783a9de1fe862c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 21 Sep 2001 15:38:05 +0000 Subject: expunge more linuxconf support --- rc.d/rc | 3 --- 1 file changed, 3 deletions(-) (limited to 'rc.d/rc') 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. -- cgit v1.2.1