diff options
author | Mark Crane <mcrane@pfsense.org> | 2008-12-26 17:38:23 +0000 |
---|---|---|
committer | Mark Crane <mcrane@pfsense.org> | 2008-12-26 17:38:23 +0000 |
commit | daed4ecfbd147229882c15aa9e851ab5434af100 (patch) | |
tree | a3b352677bf05d1aacbe2ebfdd25a0290d75fc77 | |
parent | de58ef9089a3d104e73e122b9c1c005544e5e0ef (diff) | |
download | pfsense-packages-daed4ecfbd147229882c15aa9e851ab5434af100.tar.gz pfsense-packages-daed4ecfbd147229882c15aa9e851ab5434af100.tar.bz2 pfsense-packages-daed4ecfbd147229882c15aa9e851ab5434af100.zip |
TFTP add to packages. Alpha version.
-rw-r--r-- | packages/tftp/tftp.xml | 14 | ||||
-rw-r--r-- | pkg_config.7.xml | 14 |
2 files changed, 21 insertions, 7 deletions
diff --git a/packages/tftp/tftp.xml b/packages/tftp/tftp.xml index eaf23d07..7ac48bd3 100644 --- a/packages/tftp/tftp.xml +++ b/packages/tftp/tftp.xml @@ -37,7 +37,7 @@ /* ========================================================================== */ ]]> </copyright> - <description>FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow.</description> + <description></description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>tftp Settings</name> @@ -45,16 +45,16 @@ <title>TFTP: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> - <name>FreeSWITCH</name> - <tooltiptext>Modify FreeSWITCH settings.</tooltiptext> + <name>TFTP</name> + <tooltiptext>Add or Remove files for TFTP.</tooltiptext> <section>Services</section> - <configfile>freeswitch.xml</configfile> - <url>/pkg_edit.php?xml=freeswitch.xml&id=0</url> + <configfile>tftp.xml</configfile> + <url>/pkg_edit.php?xml=tftp.xml&id=0</url> </menu> <service> <name>tftp</name> - <rcfile>tftp.sh</rcfile> - <executable>tftp</executable> + <rcfile>tftp.sh</rcfile> + <executable>tftp</executable> <description>Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more.</description> </service> <tabs> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 1a0eabcb..cfb4ed73 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -73,6 +73,20 @@ <configurationfile>freeswitch.xml</configurationfile> </package> <package> + <name>TFTP</name> + <website></website> + <descr>Trivial File Transport Protocol is a very simple file transfer protocol. Often used with routers, voip phones and more.</descr> + <category>Services</category> + <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> + <status>Alpha</status> + <required_version>1.2.1</required_version> + <maintainer>markjcrane@gmail.com</maintainer> + <configurationfile>tftp.xml</configurationfile> + </package> + <package> <name>snort</name> <descr>Snort is a libpcap-based packet sniffer/logger which can be used as a lightweight network intrusion detection system. It features rules based logging and can perform content searching/matching in addition to being used to detect a variety of other attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, and much more.</descr> <category>Security</category> |