From 8a01a10c20fc59bd09e1bc9bd975bfe61f020157 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 20 Mar 2005 16:14:31 +0000 Subject: Remove call to /etc/rc.filter_configure (which just calls filter_configure() anyway) Squid now deinstalls Can anyone tell me why this fixes the rc.filter_configure loop we were seeing on deinstall? This commit does _not_ fix rule removal - I suspect that has nothing to do with the package XML --- packages/squid.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/squid.xml b/packages/squid.xml index eb7f3a43..9044934b 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -83,7 +83,6 @@ mwexec("/bin/rm -rf /usr/local/squid"); filter_configure(); - mwexec("/etc/rc.filter_configure"); /usr/local/etc/rc.d/squid.sh squid -- cgit v1.2.3