aboutsummaryrefslogtreecommitdiffstats
path: root/config/tftp/tftp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/tftp/tftp.inc')
-rw-r--r--config/tftp/tftp.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/tftp/tftp.inc b/config/tftp/tftp.inc
index ba77818a..9d06573c 100644
--- a/config/tftp/tftp.inc
+++ b/config/tftp/tftp.inc
@@ -53,7 +53,7 @@ function guid()
//echo guid();
-function pkg_is_service_running($servicename)
+function pkg_is_service_running($servicename)
{
exec("/bin/ps ax | awk '{ print $5 }'", $psout);
array_shift($psout);
@@ -80,7 +80,7 @@ function byte_convert( $bytes ) {
}
-function php_sync_package()
+function tftp_sync_package()
{
//global $config;
@@ -93,7 +93,7 @@ function php_sync_package()
}
-function php_install_command()
+function tftp_install_command()
{
global $config;
@@ -244,7 +244,7 @@ function php_install_command()
);
- //php_sync_package();
+ //tftp_sync_package();
$handle = popen("/usr/sbin/inetd", "r");
pclose($handle);
@@ -258,7 +258,7 @@ function php_install_command()
}
-function php_deinstall_command()
+function tftp_deinstall_command()
{
//prepare inetd.conf for tftp