aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpd/files/pf_enable_filter_rules.patch
blob: 5d6ccc19248b7f3a77c8714b7f1e2c4d5ecc7490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- genconfig.sh.orig	2012-06-18 18:14:32.899227837 +0200
+++ genconfig.sh	2012-06-18 18:14:45.089227683 +0200
@@ -302,7 +302,7 @@
 
 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}