diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2011-04-11 22:21:18 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2011-04-11 22:21:18 -0400 |
commit | c7f3a9ca141386bacd285278fbda9ca087380d5c (patch) | |
tree | ae7f79e5fab85dd055ea2b4c42ed562360468d32 /config/countryblock | |
parent | b8d3a79456793777c4a4f3ccd2915148f82b8ec9 (diff) | |
download | pfsense-packages-c7f3a9ca141386bacd285278fbda9ca087380d5c.tar.gz pfsense-packages-c7f3a9ca141386bacd285278fbda9ca087380d5c.tar.bz2 pfsense-packages-c7f3a9ca141386bacd285278fbda9ca087380d5c.zip |
Added scripts to /usr/local/pkg/pf
Diffstat (limited to 'config/countryblock')
-rw-r--r-- | config/countryblock/countryblock.inc | 1 | ||||
-rw-r--r-- | config/countryblock/countryblock.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index 25077311..f7f9e33d 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -82,6 +82,7 @@ function php_install_command_cb() unlink_if_exists("/tmp/settings.tmp"); //Get scripts exec("cp /tmp/countryblock.sh /usr/local/etc/rc.d/countryblock.sh"); + exec("cp /tmp/countryblock.sh /usr/local/pkg/pf/countryblock.sh"); unlink_if_exists("/tmp/countryblock.sh"); exec("cp /tmp/execute.sh /usr/local/www/packages/countryblock/execute.sh"); unlink_if_exists("/tmp/execute.sh"); diff --git a/config/countryblock/countryblock.xml b/config/countryblock/countryblock.xml index a91a5ed7..57751376 100644 --- a/config/countryblock/countryblock.xml +++ b/config/countryblock/countryblock.xml @@ -41,7 +41,7 @@ <requirements>Active Internet</requirements>
<faq>http://forum.pfsense.org/index.php/topic,25732.0.html</faq>
<name>Country Block Settings</name>
- <version>0.2.0</version>
+ <version>0.2.1</version>
<title>Settings</title>
<include_file>/usr/local/pkg/countryblock.inc</include_file>
<menu>
|