aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-12-26 17:48:59 +0000
committerMark Crane <mcrane@pfsense.org>2008-12-26 17:48:59 +0000
commit87ea562125abaef156beee1d9074680e00147e3f (patch)
tree6ed1a15ebaf6e36e78b3a69959dd0427aaaa81a5
parentdaed4ecfbd147229882c15aa9e851ab5434af100 (diff)
downloadpfsense-packages-87ea562125abaef156beee1d9074680e00147e3f.tar.gz
pfsense-packages-87ea562125abaef156beee1d9074680e00147e3f.tar.bz2
pfsense-packages-87ea562125abaef156beee1d9074680e00147e3f.zip
TFTP package fix installation take 1
-rw-r--r--packages/tftp/tftp.xml8
-rw-r--r--pkg_config.7.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/packages/tftp/tftp.xml b/packages/tftp/tftp.xml
index 7ac48bd3..3cc9c305 100644
--- a/packages/tftp/tftp.xml
+++ b/packages/tftp/tftp.xml
@@ -41,9 +41,9 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>tftp Settings</name>
- <version>0.1</version>
+ <version>0.2</version>
<title>TFTP: Settings</title>
- <include_file>/usr/local/pkg/freeswitch.inc</include_file>
+ <include_file>/usr/local/pkg/tftp_inc.php</include_file>
<menu>
<name>TFTP</name>
<tooltiptext>Add or Remove files for TFTP.</tooltiptext>
@@ -122,10 +122,10 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- sync_package();
+ sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- sync_package();
+ 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 cfb4ed73..0362676a 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.1</version>
+ <version>0.2</version>
<status>Alpha</status>
<required_version>1.2.1</required_version>
<maintainer>markjcrane@gmail.com</maintainer>