diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-27 06:11:40 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-27 06:11:40 +0000 |
commit | 9b8fe31989d98af9b96d4c15d9807294aadf3a6e (patch) | |
tree | f8a2d2a7b5a450ab3edb36835cac2fca7c83072f | |
parent | 356d8558d6bdab282ebacba1b78e670489ca1a2f (diff) | |
download | pfsense-packages-9b8fe31989d98af9b96d4c15d9807294aadf3a6e.tar.gz pfsense-packages-9b8fe31989d98af9b96d4c15d9807294aadf3a6e.tar.bz2 pfsense-packages-9b8fe31989d98af9b96d4c15d9807294aadf3a6e.zip |
Delete entries instead of commenting them out (xmlparse_pkg.inc doesn't like comments)
-rw-r--r-- | pkg_config.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index e62a703d..57baf13c 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -176,19 +176,5 @@ <status>BETA</status> <configurationfile>pfflowd.xml</configurationfile> </package> -<!-- - <package> - <name>siproxd</name> - <website>http://siproxd.sourceforge.net/</website> - <descr>Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections possible via a masquerading firewall. It allows SIP clients (like kphone, linphone) to work behind an IP masquerading firewall or router.</descr> - <category>Services</category> - <config_file>http://www.pfsense.com/packages/config/siproxd.xml</config_file> - <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest<depends_on_package_base_url> - <depends_on_package>siproxd.tbz</depends_on_package> - <version>0.5.9</version> - <status>ALPHA</status> - <configurationfile>siproxd.xml</configurationfile> - </package> ---> </packages> </pfsensepkgs> |