summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-13 23:09:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-13 23:09:08 +0000
commit9607c2a4374607394379f4734c09e803049df917 (patch)
tree6348db6099eff59ef96d110c6810058bd5f0da64 /etc/rc.initial
parentcc8903514e3e76a56c425f71e827ed6fa14cfff5 (diff)
downloadpfsense-9607c2a4374607394379f4734c09e803049df917.zip
pfsense-9607c2a4374607394379f4734c09e803049df917.tar.gz
Use /bin/tcsh for console option #8
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..65f3d88 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/tcsh
;;
9)
/usr/local/sbin/pftop
OpenPOWER on IntegriCloud