summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-10-14 12:23:01 -0500
committerRenato Botelho <garga@FreeBSD.org>2014-10-14 12:23:01 -0500
commit5a42d9ef426a05cbd64559bbe2b75a355dc0d821 (patch)
treedda6fbf650bda7575f72b0541d633b736ff58399 /etc/rc.initial
parentb907136c28defe8b45da3ae4a17a5e23f07a7e4a (diff)
downloadpfsense-5a42d9ef426a05cbd64559bbe2b75a355dc0d821.zip
pfsense-5a42d9ef426a05cbd64559bbe2b75a355dc0d821.tar.gz
Fix initial console menu layout, it fixes #3884
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial21
1 files changed, 9 insertions, 12 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index deb4d19..6a666fb 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -81,15 +81,15 @@ fi
# display a cheap menu
echo ""
-echo " 0) Logout (SSH only) 8) Shell"
-echo " 1) Assign Interfaces 9) pfTop"
-echo " 2) Set interface(s) IP address 10) Filter Logs"
-echo " 3) Reset webConfigurator password 11) Restart webConfigurator"
-echo " 4) Reset to factory defaults 12) ${product} Developer Shell"
-echo " 5) Reboot system 13) Upgrade from console"
-echo " 6) Halt system ${sshd_option}"
-echo " 7) Ping host 15) Restore recent configuration"
-echo " 17) Restart PHP-FPM "
+echo " 0) Logout (SSH only) 9) pfTop"
+echo " 1) Assign Interfaces 10) Filter Logs"
+echo " 2) Set interface(s) IP address 11) Restart webConfigurator"
+echo " 3) Reset webConfigurator password 12) ${product} Developer Shell"
+echo " 4) Reset to factory defaults 13) Upgrade from console"
+echo " 5) Reboot system ${sshd_option}"
+echo " 6) Halt system 15) Restore recent configuration"
+echo " 7) Ping host 16) Restart PHP-FPM"
+echo " 8) Shell"
echo " ${option98} "
if [ "${option99}" != "" ]; then
@@ -151,9 +151,6 @@ case ${opmode} in
/etc/rc.restore_config_backup
;;
16)
- /etc/rc.banner
- ;;
-17)
/etc/rc.php-fpm_restart
;;
98)
OpenPOWER on IntegriCloud