diff options
author | ume <ume@FreeBSD.org> | 2004-06-02 09:58:18 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-06-02 09:58:18 +0000 |
commit | 97a623b578c0480ec012f1d32dc2fe6e8577b38d (patch) | |
tree | 0451564ddd0ed9958ecd4c3d3f5ab21c87dee44e /etc | |
parent | 3203ab45377d894fbdac54576bd26f8e3f1fee5b (diff) | |
download | FreeBSD-src-97a623b578c0480ec012f1d32dc2fe6e8577b38d.zip FreeBSD-src-97a623b578c0480ec012f1d32dc2fe6e8577b38d.tar.gz |
fix typo in comment in my previous commit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index eaf0bb5..5b4bf73 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -340,7 +340,7 @@ ipv6_firewall_flags="" # Flags passed to ip6fw when type is a file ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter, # see /usr/src/contrib/ipfilter/rules # for examples -ip6addrctl_enable="NO" # Set to NO to disable default address selection +ip6addrctl_enable="NO" # Set to YES to enable default address selection ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages ############################################################## |