aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-16 15:11:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-16 15:11:49 +0000
commit3e1bdcc531f8ae5c20d14938431f58708008c3aa (patch)
treea841a6573d371df9a4aba423ccf6a7d029991ef2
parent0a3bc34c955c4f42fe4f736f7fb526393380f03d (diff)
downloadpfsense-packages-3e1bdcc531f8ae5c20d14938431f58708008c3aa.tar.gz
pfsense-packages-3e1bdcc531f8ae5c20d14938431f58708008c3aa.tar.bz2
pfsense-packages-3e1bdcc531f8ae5c20d14938431f58708008c3aa.zip
Reload the filter after starting squid
-rw-r--r--packages/squid.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 690d8740..7691caf9 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -59,6 +59,7 @@
fwrite($fout, "# PACKAGE: Squid\n");
fwrite($fout, "# EXECUTABLE: squid\n");
fwrite($fout, "/usr/local/sbin/squid\n\n");
+ fwrite($fout, "touch /tmp/filter_dirty\n\n");
fclose($fout);
chmod("/usr/local/etc/rc.d/squid.sh", 755);
update_output_window("Configuring Squid... This may take a moment...");