diff options
author | Thomas Schaefer <tom@tomschaefer.org> | 2011-12-26 13:16:50 -0500 |
---|---|---|
committer | Thomas Schaefer <tom@tomschaefer.org> | 2011-12-26 13:16:50 -0500 |
commit | 36d0d4c13aa99df4859c683802fef6df177e59dd (patch) | |
tree | 4d9fe1728667bf5038dc52526c6637a4c95d32a8 /config/countryblock/countryblock.sh | |
parent | 19bfae2e3084c99657e09d9d79c35a4737321783 (diff) | |
download | pfsense-packages-36d0d4c13aa99df4859c683802fef6df177e59dd.tar.gz pfsense-packages-36d0d4c13aa99df4859c683802fef6df177e59dd.tar.bz2 pfsense-packages-36d0d4c13aa99df4859c683802fef6df177e59dd.zip |
Enable countryblock as legacy app as requested by pfsense users
Diffstat (limited to 'config/countryblock/countryblock.sh')
-rwxr-xr-x | config/countryblock/countryblock.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/countryblock/countryblock.sh b/config/countryblock/countryblock.sh index ce3e3c04..e8454db1 100755 --- a/config/countryblock/countryblock.sh +++ b/config/countryblock/countryblock.sh @@ -1,6 +1,6 @@ #!/bin/sh -#version 2.0 +#version 2.4 2012 #check if countryblock running export resultr=`pfctl -s rules | grep -c countryblock` #echo $resultr @@ -82,4 +82,4 @@ mv /tmp/rules.debug /tmp/rules.debug.old mv /tmp/rules.debug.tmp /tmp/rules.debug rm errorOUT.txt -pfctl -o basic -f /tmp/rules.debug > /usr/local/www/packages/countryblock/errorOUT.txt 2>&1
\ No newline at end of file +pfctl -o basic -f /tmp/rules.debug > /usr/local/www/packages/countryblock/errorOUT.txt 2>&1 |