summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-13 00:05:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-13 00:05:07 +0000
commit3f458b418d4164b28e2414bab8b99900675fbb85 (patch)
tree3aa510ef86b73cca5d4a532355eef73c5973cd75 /etc
parent0f0d41ddac2773cd7c1868fb41b5c7ff4dcb978b (diff)
downloadpfsense-3f458b418d4164b28e2414bab8b99900675fbb85.zip
pfsense-3f458b418d4164b28e2414bab8b99900675fbb85.tar.gz
Use su -f root to enable shell mode now that we have changed how /etc/rc.initial is started
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 7598a58..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/sh
+ su -f root
;;
9)
/usr/local/sbin/pftop
OpenPOWER on IntegriCloud