aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-12-26 18:42:14 +0000
committerMark Crane <mcrane@pfsense.org>2008-12-26 18:42:14 +0000
commitdb0b8a3ccaf3f366c87cd4e2f2e18da5eda0490e (patch)
tree800d26d05275b439ee1628e3e51e2abbd3aa7cff
parent8e7eb3d5eee794e0a5c9cc08e68e75745c6b9d34 (diff)
downloadpfsense-packages-db0b8a3ccaf3f366c87cd4e2f2e18da5eda0490e.tar.gz
pfsense-packages-db0b8a3ccaf3f366c87cd4e2f2e18da5eda0490e.tar.bz2
pfsense-packages-db0b8a3ccaf3f366c87cd4e2f2e18da5eda0490e.zip
TFTP package fix path to tftp_files.php and add basic workding to tftp.xml.
-rw-r--r--packages/tftp/tftp.inc2
-rw-r--r--packages/tftp/tftp.xml2
-rw-r--r--pkg_config.7.xml2
3 files changed, 2 insertions, 4 deletions
diff --git a/packages/tftp/tftp.inc b/packages/tftp/tftp.inc
index 034b8033..27396064 100644
--- a/packages/tftp/tftp.inc
+++ b/packages/tftp/tftp.inc
@@ -107,8 +107,6 @@ function php_install_command()
//rename PHP files from .tmp to .php
- //exec("cp /tmp/tftp_inc.tmp /usr/local/www/tftp/tftp_inc.php");
- //unlink_if_exists("/tmp/tftp_inc.tmp");
exec("cp /tmp/tftp_files.tmp /usr/local/www/tftp/tftp_files.php");
unlink_if_exists("/tmp/tftp_files.tmp");
diff --git a/packages/tftp/tftp.xml b/packages/tftp/tftp.xml
index af9b6478..05112044 100644
--- a/packages/tftp/tftp.xml
+++ b/packages/tftp/tftp.xml
@@ -41,7 +41,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>tftp Settings</name>
- <version>0.4</version>
+ <version>0.5</version>
<title>TFTP: Settings</title>
<include_file>/usr/local/pkg/tftp.inc</include_file>
<menu>
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index b0e7c66c..7de37433 100644
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -80,7 +80,7 @@
<pkginfolink></pkginfolink>
<config_file>http://www.pfsense.com/packages/config/tftp/tftp.xml</config_file>
<depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url>
- <version>0.4</version>
+ <version>0.5</version>
<status>Alpha</status>
<required_version>1.2.1</required_version>
<maintainer>markjcrane@gmail.com</maintainer>