diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2011-07-05 16:49:19 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2011-07-05 16:49:19 -0400 |
commit | a7d0973d31804aed3435ba5a9627eda6737f4d8e (patch) | |
tree | 29b280848e944f1b05b78a6b4640e07ec8fe6b11 /config/strikeback/strikeback.inc | |
parent | ef3726da9c169c92b450537e9550e5e1af95880c (diff) | |
download | pfsense-packages-a7d0973d31804aed3435ba5a9627eda6737f4d8e.tar.gz pfsense-packages-a7d0973d31804aed3435ba5a9627eda6737f4d8e.tar.bz2 pfsense-packages-a7d0973d31804aed3435ba5a9627eda6737f4d8e.zip |
removing files
Diffstat (limited to 'config/strikeback/strikeback.inc')
-rw-r--r-- | config/strikeback/strikeback.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/strikeback/strikeback.inc b/config/strikeback/strikeback.inc index 419385ec..89e7596c 100644 --- a/config/strikeback/strikeback.inc +++ b/config/strikeback/strikeback.inc @@ -93,10 +93,10 @@ function php_install_command_sb() //unlink_if_exists("/tmp/execute.sh"); - exec("pkg_add /tmp/iplog-2.2.3_3.tbz"); + exec("pkg_add -r iplog"); //unlink_if_exists("/tmp/iplog-2.2.3_3.tbz"); - exec("pkg_add /tmp/nmap.tbz"); + exec("pkg_add -r nmap"); //unlink_if_exists("/tmp/nmap.tbz"); exec("/usr/bin/sed -i -e 's/iplog_enable="."NO"."/iplog_enable="."YES"."/g' /usr/local/etc/rc.d/iplog"); |