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/countryblock.inc | |
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/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 1 |
1 files changed, 1 insertions, 0 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"); |