From 4a7a9f7f3bec867748a489b541570b351df7c32c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 20 Sep 2005 20:26:13 +0000 Subject: Backout last change. We need the getty environment for installer. --- etc/rc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'etc') diff --git a/etc/rc b/etc/rc index d99066f..1b705a3 100755 --- a/etc/rc +++ b/etc/rc @@ -212,10 +212,4 @@ rm -rf /usr/local/pkg/pf/CVS echo "Bootup complete" -# if console is not locked, spawn rc.initial. -if [ ! -f /var/etc/console_lockdown ]; then - /bin/sh /etc/rc.initial -fi - -# console is locked, lets exit and let the login shell take over. exit 0 -- cgit v1.1