Browse Source

net-snmp: changed to enable IPv6 support by default

user/chris/next/0.4
Christian Wiese 12 years ago
committed by Christian Wiese
parent
commit
50b979d74b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      network/net-snmp/net-snmp.conf

+ 3
- 0
network/net-snmp/net-snmp.conf

@ -22,6 +22,9 @@ fi
# Use defaults for prompted values # Use defaults for prompted values
var_append confopt ' ' "--with-defaults" var_append confopt ' ' "--with-defaults"
# IPv6 support by default
var_append extraconfopt ' ' "--enable-ipv6"
# optional tcp_wrappers support # optional tcp_wrappers support
pkginstalled tcp_wrappers && var_append confopt ' ' "--with-libwrap" pkginstalled tcp_wrappers && var_append confopt ' ' "--with-libwrap"

Loading…
Cancel
Save