diff options
author | Ermal Luçi <eri@pfsense.org> | 2010-02-01 15:43:07 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2010-02-01 15:43:07 +0000 |
commit | 8f27a29fb52cc6b3093d96323ddac72c6818bd52 (patch) | |
tree | de0ad7c7d0f8e1058ead8796a9a3c45afd58c4a2 | |
parent | 8e008e2696f1a0c5746b26e555a315bf38889120 (diff) | |
download | pfsense-packages-8f27a29fb52cc6b3093d96323ddac72c6818bd52.tar.gz pfsense-packages-8f27a29fb52cc6b3093d96323ddac72c6818bd52.tar.bz2 pfsense-packages-8f27a29fb52cc6b3093d96323ddac72c6818bd52.zip |
Ticket #309. Fix some problems in pkg_config.8.xml regarding whitespace and special characters. Interesting enough is that xmlreader does not fail with such xml file.
-rwxr-xr-x | pkg_config.8.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 91edb4a3..b1e743d7 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -714,17 +714,17 @@ <name>HAVP antivirus</name> <pkginfolink></pkginfolink> <website>http://www.server-side.de/</website> - <descr>Antivirus: HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. And File Scanner for local files.</descr> - <category>Network Management</category> - <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> + <descr>Antivirus: HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. And File Scanner for local files.</descr> + <category>Network Management</category> + <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> <depends_on_package>havp-0.88.tbz</depends_on_package> - <version>0.88_05</version> - <status>ALPHA</status> - <required_version>1.2.2</required_version> - <config_file>http://www.pfsense.com/packages/config/havp/havp.xml</config_file> - <configurationfile>havp.xml</configurationfile> + <version>0.88_05</version> + <status>ALPHA</status> + <required_version>1.2.2</required_version> + <config_file>http://www.pfsense.com/packages/config/havp/havp.xml</config_file> + <configurationfile>havp.xml</configurationfile> <maintainer>dv_serg@mail.ru</maintainer> - <after_install_info>Please check the HAVP settings.</after_install_info> + <after_install_info>Please check the HAVP settings.</after_install_info> </package> <package> <name>onatproto</name> |