diff options
author | mcrane <mctch@yahoo.com> | 2009-10-05 15:28:37 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-10-05 15:28:37 -0600 |
commit | 091995495e7f346a7eea76d3a03f9e6ac6074704 (patch) | |
tree | 81d82ae762256543999a8798b78e4b13ec4cb8bd /pkg_config.7.xml | |
parent | 8e994f96a6cfe339347857b0bb7a49fb0ddd3470 (diff) | |
download | pfsense-packages-091995495e7f346a7eea76d3a03f9e6ac6074704.tar.gz pfsense-packages-091995495e7f346a7eea76d3a03f9e6ac6074704.tar.bz2 pfsense-packages-091995495e7f346a7eea76d3a03f9e6ac6074704.zip |
DNS Blacklist setting the correct configuration file on pkg_config.7.xml should fix the package uninstall problem.
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 6c68c38f..d88714c0 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -238,11 +238,11 @@ <pkginfolink></pkginfolink> <config_file>http://www.pfsense.com/packages/config/dnsblacklist/dnsblacklist.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.2.2</version> + <version>0.2.3</version> <status>Beta</status> <required_version>1.2.2</required_version> <maintainer>markjcrane@gmail.com</maintainer> - <configurationfile>denyhosts.xml</configurationfile> + <configurationfile>dnsblacklist.xml</configurationfile> </package> <package> <name>snort</name> |