aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid.xml
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 15:07:23 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 15:07:23 +0000
commit8e9314755a3ee03369d80c5c61a0686df4f76fde (patch)
tree882f5ac85f3cbc19562206e36755a45046cde8b7 /packages/squid.xml
parent5702872f3b22a7b4beb74ce9dac388be50c2bb77 (diff)
downloadpfsense-packages-8e9314755a3ee03369d80c5c61a0686df4f76fde.tar.gz
pfsense-packages-8e9314755a3ee03369d80c5c61a0686df4f76fde.tar.bz2
pfsense-packages-8e9314755a3ee03369d80c5c61a0686df4f76fde.zip
fix path to rc.filter_configure and use mwexec()
Diffstat (limited to 'packages/squid.xml')
-rw-r--r--packages/squid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 70130b71..14ccfc7d 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -83,7 +83,7 @@
<custom_php_deinstall_command>
mwexec("/bin/rm -rf /usr/local/squid");
filter_configure();
- exec("/etc/etc/rc.filter_configure");
+ mwexec("/etc/rc.filter_configure");
</custom_php_deinstall_command>
<start_command>/usr/local/sbin/squid</start_command>
<process_kill_command>squid</process_kill_command>