aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-01 14:29:07 -0600
committermcrane <mctch@yahoo.com>2009-08-01 14:29:07 -0600
commitc4e8ce1f764a5687951821ca4810e48b05eaa8e0 (patch)
tree7fc5b25bdffc799d801151520fa452719f0637fc
parent44314574b2710ab7939d06b8f767e89e8884a24d (diff)
downloadpfsense-packages-c4e8ce1f764a5687951821ca4810e48b05eaa8e0.tar.gz
pfsense-packages-c4e8ce1f764a5687951821ca4810e48b05eaa8e0.tar.bz2
pfsense-packages-c4e8ce1f764a5687951821ca4810e48b05eaa8e0.zip
DenyHosts fix install issue
-rw-r--r--config/denyhosts/denyhosts.inc2
-rw-r--r--config/denyhosts/denyhosts.xml2
-rwxr-xr-xpkg_config.7.xml2
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 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>DenyHosts</name>
- <version>0.3</version>
+ <version>0.4</version>
<title>Settings</title>
<include_file>/usr/local/pkg/denyhosts.inc</include_file>
<menu>
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 @@
<pkginfolink></pkginfolink>
<config_file>http://www.pfsense.com/packages/config/denyhosts/denyhosts.xml</config_file>
<depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url>
- <version>0.3</version>
+ <version>0.4</version>
<status>Beta</status>
<required_version>1.2.3</required_version>
<maintainer>markjcrane@gmail.com</maintainer>