diff options
author | jkh <jkh@FreeBSD.org> | 1999-09-23 04:22:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-09-23 04:22:33 +0000 |
commit | 610dbabb57301d5a2bb838a442fd56e5fc17cd4e (patch) | |
tree | 3ef8d7910192fe5f08bcc046af4a9cdc5c3fba6f | |
parent | e789a63b409ce10e4352030fb4367906eb570373 (diff) | |
download | FreeBSD-src-610dbabb57301d5a2bb838a442fd56e5fc17cd4e.zip FreeBSD-src-610dbabb57301d5a2bb838a442fd56e5fc17cd4e.tar.gz |
MFS: firewall -> firewall_type
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 40bc157..5d688ed 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -437,7 +437,7 @@ options PPP_FILTER #enable bpf filtering (needs bpf) # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, -# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall=open +# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall_type=open # in /etc/rc.conf when first enabling this feature, then refining the # firewall rules in /etc/rc.firewall after you've tested that the new kernel # feature works properly. diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 40bc157..5d688ed 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -437,7 +437,7 @@ options PPP_FILTER #enable bpf filtering (needs bpf) # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, -# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall=open +# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall_type=open # in /etc/rc.conf when first enabling this feature, then refining the # firewall rules in /etc/rc.firewall after you've tested that the new kernel # feature works properly. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 40bc157..5d688ed 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -437,7 +437,7 @@ options PPP_FILTER #enable bpf filtering (needs bpf) # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, -# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall=open +# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall_type=open # in /etc/rc.conf when first enabling this feature, then refining the # firewall rules in /etc/rc.firewall after you've tested that the new kernel # feature works properly. |