summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-13 21:47:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-13 21:47:20 +0000
commit713abf3454caa9d98f10546f7aabbb44f70bfbf2 (patch)
treee3d15814bdbc05b3c09e8742f19def6976fbed4d /etc/rc.initial
parentd362e2134f831e1202772e8bff95f10265e3716e (diff)
downloadpfsense-713abf3454caa9d98f10546f7aabbb44f70bfbf2.zip
pfsense-713abf3454caa9d98f10546f7aabbb44f70bfbf2.tar.gz
Allow option 8 (shell) with moved /etc/rc.initial
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 714958b..cb55d7e 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -80,7 +80,7 @@ case ${opmode} in
;;
8)
set prompt = "\n`/bin/hostname -s`# "
- /bin/csh
+ su -f root
;;
9)
/usr/local/sbin/pftop
OpenPOWER on IntegriCloud