--- embedaddon/miniupnpd/genconfig.sh 2013/07/22 00:32:35 1.1.1.3 +++ embedaddon/miniupnpd/genconfig.sh 2013/07/22 00:34:53 1.1.1.3.2.1 @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: genconfig.sh,v 1.1.1.3 2013/07/22 00:32:35 misho Exp $ +# $Id: genconfig.sh,v 1.1.1.3.2.1 2013/07/22 00:34:53 misho Exp $ # miniupnp daemon # http://miniupnp.free.fr or http://miniupnp.tuxfamily.org/ # (c) 2006-2012 Thomas Bernard @@ -321,7 +321,7 @@ echo "" >> ${CONFIGFILE} echo "/* Uncomment the following line to enable generation of" >> ${CONFIGFILE} echo " * filter rules with pf */" >> ${CONFIGFILE} -echo "/*#define PF_ENABLE_FILTER_RULES*/">> ${CONFIGFILE} +echo "#define PF_ENABLE_FILTER_RULES">> ${CONFIGFILE} echo "" >> ${CONFIGFILE} echo "/* Uncomment the following line to enable caching of results of" >> ${CONFIGFILE}