From c4e8ce1f764a5687951821ca4810e48b05eaa8e0 Mon Sep 17 00:00:00 2001 From: mcrane Date: Sat, 1 Aug 2009 14:29:07 -0600 Subject: DenyHosts fix install issue --- config/denyhosts/denyhosts.inc | 2 +- config/denyhosts/denyhosts.xml | 2 +- pkg_config.7.xml | 2 +- 3 files changed, 3 insertions(+), 3 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/')) { diff --git a/config/denyhosts/denyhosts.xml b/config/denyhosts/denyhosts.xml index 72a239c5..0a349442 100644 --- a/config/denyhosts/denyhosts.xml +++ b/config/denyhosts/denyhosts.xml @@ -41,7 +41,7 @@ Describe your package requirements here Currently there are no FAQ items provided. DenyHosts - 0.3 + 0.4 Settings /usr/local/pkg/denyhosts.inc diff --git a/pkg_config.7.xml b/pkg_config.7.xml index fd0993ed..d031b288 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -224,7 +224,7 @@ http://www.pfsense.com/packages/config/denyhosts/denyhosts.xml http://files.pfsense.org/packages/7/All/ - 0.3 + 0.4 Beta 1.2.3 markjcrane@gmail.com -- cgit v1.2.3