From 8786348e8a19e788cbca12b88b60191fa6f6b6d6 Mon Sep 17 00:00:00 2001 From: mcrane Date: Sat, 14 Mar 2009 22:59:15 -0600 Subject: Move the tftp package to the /usr/local/www/packages/tftp directory --- config/tftp/tftp.inc | 8 ++++---- config/tftp/tftp.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'config/tftp') diff --git a/config/tftp/tftp.inc b/config/tftp/tftp.inc index a7053df9..ee65f52d 100644 --- a/config/tftp/tftp.inc +++ b/config/tftp/tftp.inc @@ -109,14 +109,14 @@ function php_install_command() } - if (!is_dir('/usr/local/www/tftp')) { + if (!is_dir('/usr/local/www/packages/tftp')) { // Create the directory - exec("mkdir /usr/local/www/tftp"); + exec("mkdir /usr/local/www/packages/tftp"); } //rename PHP files from .tmp to .php - exec("cp /tmp/tftp_files.tmp /usr/local/www/tftp/tftp_files.php"); + exec("cp /tmp/tftp_files.tmp /usr/local/www/packages/tftp/tftp_files.php"); unlink_if_exists("/tmp/tftp_files.tmp"); //prepare inetd.conf for tftp @@ -268,7 +268,7 @@ function php_deinstall_command() unlink_if_exists("/usr/local/pkg/tftp.xml"); unlink_if_exists("/usr/local/pkg/tftp.inc"); - unlink_if_exists("/usr/local/www/tftp/tftp_files.php"); + unlink_if_exists("/usr/local/www/packages/tftp/tftp_files.php"); exec("rm -R /tftpboot"); unlink_if_exists("/usr/local/etc/rc.d/tftp.sh"); diff --git a/config/tftp/tftp.xml b/config/tftp/tftp.xml index e7b69d6b..cf7a2a98 100644 --- a/config/tftp/tftp.xml +++ b/config/tftp/tftp.xml @@ -41,7 +41,7 @@ Describe your package requirements here Currently there are no FAQ items provided. tftp Settings - 1.0.2 + 1.0.3 TFTP: Settings /usr/local/pkg/tftp.inc @@ -49,7 +49,7 @@ Add or Remove files for TFTP.
Services
tftp.xml - /tftp/tftp_files.php + /packages/tftp/tftp_files.php
tftp -- cgit v1.2.3