aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/phpservice/phpservice.inc4
-rw-r--r--packages/phpservice/phpservice.xml4
-rw-r--r--pkg_config.7.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/phpservice/phpservice.inc b/packages/phpservice/phpservice.inc
index 24ad4e61..0498c3ce 100644
--- a/packages/phpservice/phpservice.inc
+++ b/packages/phpservice/phpservice.inc
@@ -150,7 +150,7 @@ function sync_package_phpservice()
}
-function sync_package()
+function php_sync_package()
{
global $config;
@@ -193,7 +193,7 @@ function php_install_command()
)
);
- sync_package();
+ php_sync_package();
$handle = popen("/usr/local/etc/rc.d/phpservice.sh start", "r");
pclose($handle);
diff --git a/packages/phpservice/phpservice.xml b/packages/phpservice/phpservice.xml
index 7ac7a845..89335b60 100644
--- a/packages/phpservice/phpservice.xml
+++ b/packages/phpservice/phpservice.xml
@@ -107,10 +107,10 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- sync_package();
+ php_sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- sync_package();
+ php_sync_package();
</custom_delete_php_command>
<custom_php_install_command>
php_install_command();
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index ba560d78..57d27174 100644
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -94,7 +94,7 @@
<pkginfolink></pkginfolink>
<config_file>http://www.pfsense.com/packages/config/phpservice/phpservice.xml</config_file>
<depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url>
- <version>0.2.1</version>
+ <version>0.2.2</version>
<status>Alpha</status>
<required_version>1.2.1</required_version>
<maintainer>markjcrane@gmail.com</maintainer>