summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-13 00:24:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-13 00:24:26 +0000
commit013c1fb0bf939cd9666e3d0ab2dd2bbe380cb60a (patch)
treec6c6b201c418fa8c7408c89f80a90202c8a07f9c /etc/rc.initial
parent3f458b418d4164b28e2414bab8b99900675fbb85 (diff)
downloadpfsense-013c1fb0bf939cd9666e3d0ab2dd2bbe380cb60a.zip
pfsense-013c1fb0bf939cd9666e3d0ab2dd2bbe380cb60a.tar.gz
* Use /bin/sh for root login
* Use /bin/csh for option 8 shell to avoid respawning the /etc/rc.inintial script * Allow scp to firewall now correctly
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index cb55d7e..714958b 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -80,7 +80,7 @@ case ${opmode} in
;;
8)
set prompt = "\n`/bin/hostname -s`# "
- su -f root
+ /bin/csh
;;
9)
/usr/local/sbin/pftop
OpenPOWER on IntegriCloud