diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |