aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/squid.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 7691caf9..2f81322a 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -10,6 +10,7 @@
$lanip = $lancfg['ipaddr'];
$lansa = gen_subnet($lancfg['ipaddr'], $lancfg['subnet']);
$lansn = $lancfg['subnet'];
+ safe_mkdir("/usr/local/etc/squid")
$fout = fopen("/usr/local/etc/squid/squid.conf","w");
fwrite($fout, "#\n");
fwrite($fout, "# This file was automatically generated by the pfSense package manager\n");
@@ -62,7 +63,8 @@
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...");
+ chmod("/usr/local/etc/squid", 755);
+ update_output_window("Configuring Squid... This may take a moment...");
mwexec("/usr/local/sbin/squid -z");
update_output_window("Starting Squid...");
mwexec_bg("/usr/local/etc/rc.d/squid.sh");