From 8ca5710af46e370e91abc319cc5568cbc9d7ff4f Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 9 Nov 2010 14:52:32 -0500 Subject: Unique function names --- config/denyhosts/denyhosts.inc | 8 ++++---- config/denyhosts/denyhosts.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config') diff --git a/config/denyhosts/denyhosts.inc b/config/denyhosts/denyhosts.inc index 51124f62..8a862e01 100644 --- a/config/denyhosts/denyhosts.inc +++ b/config/denyhosts/denyhosts.inc @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -function php_sync_package() +function denyhosts_sync_package() { //global $config; @@ -45,7 +45,7 @@ function php_sync_package() // http://en.wikipedia.org/wiki/DenyHosts -function php_install_command() +function denyhosts_install_command() { global $config; @@ -149,7 +149,7 @@ function php_install_command() ) ); - php_sync_package(); + denyhosts_sync_package(); //start denyhosts exec("/usr/local/etc/rc.d/denyhosts.sh start"); @@ -164,7 +164,7 @@ function php_install_command() } -function deinstall_command() +function denyhosts_deinstall_command() { conf_mount_rw(); diff --git a/config/denyhosts/denyhosts.xml b/config/denyhosts/denyhosts.xml index 9562a9d6..53658a7a 100644 --- a/config/denyhosts/denyhosts.xml +++ b/config/denyhosts/denyhosts.xml @@ -107,15 +107,15 @@ - php_sync_package(); + denyhosts_sync_package(); - php_sync_package(); + denyhosts_sync_package(); - php_install_command(); + denyhosts_install_command(); - deinstall_command(); + denyhosts_deinstall_command(); \ No newline at end of file -- cgit v1.2.3