diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-19 19:48:48 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-19 19:48:48 +0000 |
commit | 2ad0b6d27cd022d916653a96869eb7fcc757a8f1 (patch) | |
tree | 4fe9131af06b7a51580f748b496c476fc59b17b1 /etc/rc.initial.setlanip | |
parent | 441a6a6e4d055459a1b9a2fddadeb98f02a31ee1 (diff) | |
download | pfsense-2ad0b6d27cd022d916653a96869eb7fcc757a8f1.zip pfsense-2ad0b6d27cd022d916653a96869eb7fcc757a8f1.tar.gz |
m0n0wall -> pfSense
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-x | etc/rc.initial.setlanip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip index c75b9f2..7462e1b 100755 --- a/etc/rc.initial.setlanip +++ b/etc/rc.initial.setlanip @@ -43,7 +43,7 @@ } } while (!is_ipaddr($lanip)); - echo "\nSubnet masks are entered as bit counts (as in CIDR notation) in m0n0wall.\n"; + echo "\nSubnet masks are entered as bit counts (as in CIDR notation) in pfSense.\n"; echo "e.g. 255.255.255.0 = 24\n"; echo " 255.255.0.0 = 16\n"; echo " 255.0.0.0 = 8\n\n"; |