From 091995495e7f346a7eea76d3a03f9e6ac6074704 Mon Sep 17 00:00:00 2001 From: mcrane Date: Mon, 5 Oct 2009 15:28:37 -0600 Subject: DNS Blacklist setting the correct configuration file on pkg_config.7.xml should fix the package uninstall problem. --- config/dnsblacklist/dnsblacklist.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'config/dnsblacklist/dnsblacklist.inc') diff --git a/config/dnsblacklist/dnsblacklist.inc b/config/dnsblacklist/dnsblacklist.inc index 4ef0a1d6..c667e62a 100644 --- a/config/dnsblacklist/dnsblacklist.inc +++ b/config/dnsblacklist/dnsblacklist.inc @@ -57,13 +57,6 @@ function byte_convert( $bytes ) { } -function phpservice_sync_package_php() -{ - global $config; - conf_mount_rw(); - config_unlock(); - conf_mount_ro(); -} function php_sync_package() @@ -118,7 +111,7 @@ function php_install_command() } -function php_deinstall_command() +function deinstall_command() { conf_mount_rw(); $handle = popen("/usr/local/etc/rc.d/dnsblacklist.sh stop", "r"); -- cgit v1.2.3