diff options
author | Armin Pirkovitsch <sperber@FreeBSD.org> | 2012-06-20 13:25:04 +0000 |
---|---|---|
committer | Armin Pirkovitsch <sperber@FreeBSD.org> | 2012-06-20 13:25:04 +0000 |
commit | f939574d05928e11e9e0e158e42f6c4cb1953b97 (patch) | |
tree | 7de9785d73611e738d790f06f469c4c2e32bd024 /net/miniupnpd | |
parent | 2ed3741bc92105cf31fc64938ffd0ad95e688b0e (diff) |
Notes
Diffstat (limited to 'net/miniupnpd')
-rw-r--r-- | net/miniupnpd/files/pf_enable_filter_rules.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/miniupnpd/files/pf_enable_filter_rules.patch b/net/miniupnpd/files/pf_enable_filter_rules.patch new file mode 100644 index 000000000000..5d6ccc19248b --- /dev/null +++ b/net/miniupnpd/files/pf_enable_filter_rules.patch @@ -0,0 +1,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} |