aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-06-22 06:25:54 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-06-22 06:25:54 +0000
commita080f2d84f91fd99a7ce3b4f944b1e105240fa64 (patch)
tree21138dd2f8649658b1792ea92e1a5c2d3885d411
parentf89558df9a7de3f6de6833c0f7a82016a75e1f26 (diff)
downloadsrc-a080f2d84f91fd99a7ce3b4f944b1e105240fa64.tar.gz
src-a080f2d84f91fd99a7ce3b4f944b1e105240fa64.zip
Fix typos in comment.
(s/IPFIREWALL_DEFAULT_TO_ACCEPT/IPV6FIREWALL_DEFAULT_TO_ACCEPT/) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=78591
-rw-r--r--etc/rc.firewall64
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall6 b/etc/rc.firewall6
index 646d3d11c1d2..48803c064d34 100644
--- a/etc/rc.firewall6
+++ b/etc/rc.firewall6
@@ -142,7 +142,7 @@ case ${ipv6_firewall_type} in
${fw6cmd} add pass udp from ${ip} to any 123
# Everything else is denied by default, unless the
- # IPFIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
+ # IPV6FIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
# config file.
;;
@@ -245,7 +245,7 @@ case ${ipv6_firewall_type} in
#${fw6cmd} add pass udp from fe80::/10 521 to ff02::9 521
# Everything else is denied by default, unless the
- # IPFIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
+ # IPV6FIREWALL_DEFAULT_TO_ACCEPT option is set in your kernel
# config file.
;;