diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2012-03-01 11:09:48 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-01 11:09:48 -0300 |
commit | bb023c9c97bf6daa2c9f4b07ae6e5816b40f323c (patch) | |
tree | 062691df871d66ace57911ef2b5ababdae772a1e /pkg_config.8.xml | |
parent | 7c496061cd6f8b7a8d1495adff8212aa063e997d (diff) | |
download | pfsense-packages-bb023c9c97bf6daa2c9f4b07ae6e5816b40f323c.tar.gz pfsense-packages-bb023c9c97bf6daa2c9f4b07ae6e5816b40f323c.tar.bz2 pfsense-packages-bb023c9c97bf6daa2c9f4b07ae6e5816b40f323c.zip |
haproxy - change package description and fix a typo on url link
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 5307a2a6..f4be498a 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -117,29 +117,31 @@ <package> <name>haproxy</name> <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink> - <descr>The Reliable, High Performance TCP/HTTP Load Balancer</descr> + <descr><![CDATA[The Reliable, High Performance HTTP Load Balancer<br> + This package implements HTTP balance features from Haproxy.]]></descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> <version>1.4.19 pkg v 1.2</version> <status>Release</status> <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file> - <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/All/</depends_on_package_base_url> + <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url> <depends_on_package>haproxy-1.4.19.tbz</depends_on_package> <configurationfile>haproxy.xml</configurationfile> <build_port_path>/usr/ports/net/haproxy</build_port_path> </package> <package> - <name>haproxy-legacy</name> + <name>haproxy-full</name> <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink> - <descr>The Reliable, High Performance TCP/HTTP Load Balancer package version 1.0</descr> + <descr><![CDATA[The Reliable, High Performance TCP/HTTP Load Balancer<br> + This package implements both TCP and HTTP balance features from Haproxy.]]></descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> <version>1.4.19 pkg v 1.0</version> <status>Release</status> <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/haproxy-legacy/haproxy.xml</config_file> - <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/All/</depends_on_package_base_url> + <depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/8/All/</depends_on_package_base_url> <depends_on_package>haproxy-1.4.19.tbz</depends_on_package> <configurationfile>haproxy.xml</configurationfile> </package> |