diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/denyhosts/denyhosts.inc | 2 | ||||
-rw-r--r-- | config/denyhosts/denyhosts.xml | 2 |
2 files changed, 2 insertions, 2 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> |