aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 16:14:31 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 16:14:31 +0000
commit8a01a10c20fc59bd09e1bc9bd975bfe61f020157 (patch)
tree7993723d57085448878edbf5c893e0de8c2eda0d
parent66a9e5b69d2b72b44caf35ea1fb3fb3d9aac1e1d (diff)
downloadpfsense-packages-8a01a10c20fc59bd09e1bc9bd975bfe61f020157.tar.gz
pfsense-packages-8a01a10c20fc59bd09e1bc9bd975bfe61f020157.tar.bz2
pfsense-packages-8a01a10c20fc59bd09e1bc9bd975bfe61f020157.zip
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
-rw-r--r--packages/squid.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<custom_php_deinstall_command>
mwexec("/bin/rm -rf /usr/local/squid");
filter_configure();
- mwexec("/etc/rc.filter_configure");
</custom_php_deinstall_command>
<start_command>/usr/local/etc/rc.d/squid.sh</start_command>
<process_kill_command>squid</process_kill_command>