diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-23 04:22:33 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-23 04:22:33 +0000 |
| commit | a236d14c324409a25b4762685b4fa1edb15d8362 (patch) | |
| tree | 694917aec3b42d60a50ffe27c83abe830a01bd0e | |
| parent | 33833e82bd01449e2e535f51927e2157661f32bc (diff) | |
Notes
| -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. |
