diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-26 06:49:41 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-26 06:49:41 -0200 |
commit | 7d790fc310e3273122659b3d96186f16ac300972 (patch) | |
tree | b89af9556a537954856ac4db0b3247d50ca1426c /tools | |
parent | 679c4ac73f8d5c5fe71a9edb3ccdb1f955d616cd (diff) | |
download | pfsense-7d790fc310e3273122659b3d96186f16ac300972.zip pfsense-7d790fc310e3273122659b3d96186f16ac300972.tar.gz |
Enable CHECK_PORTINUSE option for net/miniupnpd, fixes #4320
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 9179c6a..a57906d 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -8,7 +8,7 @@ www_elinks_UNSET_FORCE= FASTMEM www_lighttpd_SET_FORCE= NODELAY -net_miniupnpd_SET_FORCE= PF_ENABLE_FILTER_RULES IPV6 UPNP_IGDV2 +net_miniupnpd_SET_FORCE= PF_ENABLE_FILTER_RULES IPV6 UPNP_IGDV2 CHECK_PORTINUSE security_openssl_SET_FORCE= PADLOCK |