summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-06 22:52:18 +0000
committerColin Smith <colin@pfsense.org>2005-05-06 22:52:18 +0000
commite1a8dc99995e2ad9ffd1fc99f24ac9ed09a55b59 (patch)
tree78485e0bd078dbf08df026a5224e56d052e01b8e /etc/rc.initial
parentd9ff08b749c28bfa7332991efef0bc156bef9ff9 (diff)
downloadpfsense-e1a8dc99995e2ad9ffd1fc99f24ac9ed09a55b59.zip
pfsense-e1a8dc99995e2ad9ffd1fc99f24ac9ed09a55b59.tar.gz
Minor style cleanup.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 4fc4934..dc46fdc 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -38,9 +38,9 @@ while : ; do
# display a cheap menu
echo "pfSense console setup"
echo "**********************"
-echo " 0) Logout if accessing via SSH"
-echo " 1) Interfaces: assign network ports"
-echo " 2) Set up LAN IP address"
+echo " 0) Logout (SSH only)"
+echo " 1) Assign Interfaces"
+echo " 2) Set LAN IP address"
echo " 3) Reset webGUI password"
echo " 4) Reset to factory defaults"
echo " 5) Reboot system"
@@ -48,8 +48,8 @@ echo " 6) Halt system"
echo " 7) Ping host"
echo " 8) Shell"
echo " 9) PFtop"
-echo "10) Invoke Auto Upgrade"
-echo "11) Real time traffic logs"
+echo "10) Auto Upgrade"
+echo "11) Traffic Logs"
echo
read -p "Enter a number: " opmode
OpenPOWER on IntegriCloud