diff options
author | Bill Marquette <billm@pfsense.org> | 2007-10-16 23:51:19 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2007-10-16 23:51:19 +0000 |
commit | 5ad936b6e44c9d72922d301ffc41455bb8e15ff8 (patch) | |
tree | c79e177e5331b8fc81d06724a3c7b8d69cce2dd4 | |
parent | d575aa70b169499634fde4ab45e708c132b26441 (diff) | |
download | pfsense-5ad936b6e44c9d72922d301ffc41455bb8e15ff8.zip pfsense-5ad936b6e44c9d72922d301ffc41455bb8e15ff8.tar.gz |
Ticket #1427 - use webGUI instead of webConfigurator
-rwxr-xr-x | etc/rc.initial | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index 9d64dfc..dc85181 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -67,7 +67,7 @@ echo "***********************" echo " 0) Logout (SSH only)" echo " 1) Assign Interfaces" echo " 2) Set LAN IP address" -echo " 3) Reset webConfigurator password" +echo " 3) Reset webGUI password" echo " 4) Reset to factory defaults" echo " 5) Reboot system" echo " 6) Halt system" @@ -75,7 +75,7 @@ echo " 7) Ping host" echo " 8) Shell" echo " 9) PFtop" echo "10) Filter Logs" -echo "11) Restart webConfigurator" +echo "11) Restart webGUI" echo "12) pfSense PHP shell" echo "13) Upgrade from console" for i in /var/db/pfi/capable_*; do |