summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-17 00:25:25 +0000
committerBill Marquette <billm@pfsense.org>2007-10-17 00:25:25 +0000
commit709cc6e0f29e0fa16fa872a00940d078dc039506 (patch)
tree67ae43965365032a76026ad8e9c3f90069938f4a /etc
parent3702685f11cc41455faa75e995b02007f835480d (diff)
downloadpfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.zip
pfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.tar.gz
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
-rw-r--r--etc/inc/m0n0/shaper.inc2
-rwxr-xr-xetc/rc.initial.password6
-rwxr-xr-xetc/rc.initial.setlanip4
4 files changed, 7 insertions, 7 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 39fab02..00cfc93 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2706,7 +2706,7 @@ EOD;
$ipfrules .= <<<EOD
-# make sure the user cannot lock himself out of the webGUI or SSH
+# make sure the user cannot lock himself out of the webConfigurator or SSH
anchor "anti-lockout"
pass in quick on $lanif from any to $lanip keep state label "anti-lockout web rule"
diff --git a/etc/inc/m0n0/shaper.inc b/etc/inc/m0n0/shaper.inc
index 0b04625..807d4e6 100644
--- a/etc/inc/m0n0/shaper.inc
+++ b/etc/inc/m0n0/shaper.inc
@@ -131,7 +131,7 @@ function shaper_rules_generate() {
$rulei = 50000;
/* add a rule to pass all traffic from/to the firewall,
- so the user cannot lock himself out of the webGUI */
+ so the user cannot lock himself out of the webConfigurator */
$shaperrules = "add $rulei set 4 pass all from $lanip to any\n"; $rulei++;
$shaperrules .= "add $rulei set 4 pass all from any to $lanip\n"; $rulei++;
diff --git a/etc/rc.initial.password b/etc/rc.initial.password
index 9afc90b..a12de05 100755
--- a/etc/rc.initial.password
+++ b/etc/rc.initial.password
@@ -38,7 +38,7 @@
echo <<<EOD
-The webGUI password will be reset to the default (which is 'pfsense').
+The webConfigurator password will be reset to the default (which is 'pfsense').
Do you want to proceed [y|n]?
EOD;
@@ -53,11 +53,11 @@ EOD;
echo <<<EOD
-The password for the webGUI has been reset and
+The password for the webConfigurator has been reset and
the default username has been set to "admin".
Remember to set the password to something else than
-the default as soon as you have logged into the webGUI.
+the default as soon as you have logged into the webConfigurator.
Press ENTER to continue.
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index e2f7aad..cf8ecc9 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -92,7 +92,7 @@
if ($config['system']['webgui']['protocol'] == "https") {
- echo "\nDo you want to revert to HTTP as the webGUI protocol? (y/n) ";
+ echo "\nDo you want to revert to HTTP as the webConfigurator protocol? (y/n) ";
if (strcasecmp(chop(fgets($fp)), "y") == 0)
$config['system']['webgui']['protocol'] = "http";
@@ -109,7 +109,7 @@
echo <<<EOD
The LAN IP address has been set to $lanip/$lanbits.
-You can now access the webGUI by opening the following URL
+You can now access the webConfigurator by opening the following URL
in your web browser:
http://$lanip/
OpenPOWER on IntegriCloud