diff options
author | mcrane <mctch@yahoo.com> | 2009-08-01 14:29:07 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-01 14:29:07 -0600 |
commit | c4e8ce1f764a5687951821ca4810e48b05eaa8e0 (patch) | |
tree | 7fc5b25bdffc799d801151520fa452719f0637fc /config/denyhosts/denyhosts.inc | |
parent | 44314574b2710ab7939d06b8f767e89e8884a24d (diff) | |
download | pfsense-packages-c4e8ce1f764a5687951821ca4810e48b05eaa8e0.tar.gz pfsense-packages-c4e8ce1f764a5687951821ca4810e48b05eaa8e0.tar.bz2 pfsense-packages-c4e8ce1f764a5687951821ca4810e48b05eaa8e0.zip |
DenyHosts fix install issue
Diffstat (limited to 'config/denyhosts/denyhosts.inc')
-rw-r--r-- | config/denyhosts/denyhosts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/denyhosts/denyhosts.inc b/config/denyhosts/denyhosts.inc index 4d4188b2..3a9114ad 100644 --- a/config/denyhosts/denyhosts.inc +++ b/config/denyhosts/denyhosts.inc @@ -58,7 +58,7 @@ function php_install_command() exec("mkdir /usr/local/www/packages/denyhosts/"); } - exec("pkg_delete denyhosts"); + exec("pkg_add -r denyhosts"); //misc files if (!is_dir('/usr/local/www/edit_area/')) { |