aboutsummaryrefslogtreecommitdiffstats
path: root/config/dnsblacklist/dnsblacklist.xml
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-10-05 14:32:52 -0600
committermcrane <mctch@yahoo.com>2009-10-05 14:32:52 -0600
commit8e994f96a6cfe339347857b0bb7a49fb0ddd3470 (patch)
tree54e23c589378efc6f1a7badd024ef76080a31ff6 /config/dnsblacklist/dnsblacklist.xml
parent3f477e046068c53d08fbd4db195615727592fcd8 (diff)
downloadpfsense-packages-8e994f96a6cfe339347857b0bb7a49fb0ddd3470.tar.gz
pfsense-packages-8e994f96a6cfe339347857b0bb7a49fb0ddd3470.tar.bz2
pfsense-packages-8e994f96a6cfe339347857b0bb7a49fb0ddd3470.zip
DNS Blacklist minor wording change, uninstall adjumestment removed config_lock();
Diffstat (limited to 'config/dnsblacklist/dnsblacklist.xml')
-rw-r--r--config/dnsblacklist/dnsblacklist.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/dnsblacklist/dnsblacklist.xml b/config/dnsblacklist/dnsblacklist.xml
index 9082191c..1a51e1d4 100644
--- a/config/dnsblacklist/dnsblacklist.xml
+++ b/config/dnsblacklist/dnsblacklist.xml
@@ -7,7 +7,7 @@
/* $Id$ */
/* ========================================================================== */
/*
- phpservice.xml
+ dnsblacklist.xml
Copyright (C) 2009 Mark J Crane
All rights reserved.
*/
@@ -41,12 +41,12 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>DNS Blacklist Settings</name>
- <version>0.2</version>
+ <version>0.2.2</version>
<title>Settings</title>
<include_file>/usr/local/pkg/dnsblacklist.inc</include_file>
<menu>
<name>DNS Blacklist</name>
- <tooltiptext>PHP Service settings.</tooltiptext>
+ <tooltiptext>DNS Blacklist settings.</tooltiptext>
<section>Services</section>
<configfile>dnsblacklist.xml</configfile>
<url>/packages/dnsblacklist/dnsblacklist.php</url>
@@ -105,6 +105,6 @@
php_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- deinstall_command();
+ php_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file