diff options
| -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 40bc1573ed35..5d688edd53c4 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 40bc1573ed35..5d688edd53c4 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 40bc1573ed35..5d688edd53c4 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. |
