From 5bdc36e509594d5e09d3d23f441ca08e23dfda5e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 26 Dec 2008 18:55:43 +0000 Subject: TFTP package fix path to tftp_files.php and add basic wording to tftp.xml. --- packages/tftp/tftp.inc | 2 +- packages/tftp/tftp.xml | 43 +++++-------------------------------------- 2 files changed, 6 insertions(+), 39 deletions(-) (limited to 'packages') diff --git a/packages/tftp/tftp.inc b/packages/tftp/tftp.inc index 27396064..e487247d 100644 --- a/packages/tftp/tftp.inc +++ b/packages/tftp/tftp.inc @@ -121,7 +121,7 @@ function php_install_command() $contents = str_replace("#tftp dgram udp wait root /usr/libexec/tftpd", "tftp dgram udp wait root /usr/libexec/tftpd", $contents); fwrite($handle, $contents); unset($contents); - fclose($fout); + fclose($handle); unset($filename); diff --git a/packages/tftp/tftp.xml b/packages/tftp/tftp.xml index 05112044..ecdd3c46 100644 --- a/packages/tftp/tftp.xml +++ b/packages/tftp/tftp.xml @@ -41,7 +41,7 @@ Describe your package requirements here Currently there are no FAQ items provided. tftp Settings - 0.5 + 0.5.1 TFTP: Settings /usr/local/pkg/tftp.inc @@ -75,48 +75,15 @@ http://www.pfsense.com/packages/config/tftp/tftp.inc - /usr/local/pkg/ + /tmp/ 0755 http://www.pfsense.com/packages/config/tftp/tftp_files.tmp - Numbering Plan - numbering_plan - Enter the numbering plan here. example: US - input - - - Default Gateway - default_gateway - Enter the default gateway name here. example: asterlink.com - input - - - Default Area Code - default_area_code - Enter the area code here. example: 918 - input - - - SMTP Secure - smtpsecure - Select the SMTP security. None, TLS, SSL - select - - - - - + TFTP + tftp + Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more. -- cgit v1.2.3