From 30462b4789fdcc8729019c1418d0e148a8a24112 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 7 Jan 2006 19:37:14 +0000 Subject: This is php code, not html or xml! Comment correctly! --- packages/squid_ng.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/squid_ng.xml b/packages/squid_ng.xml index 240e12a0..2a883a60 100644 --- a/packages/squid_ng.xml +++ b/packages/squid_ng.xml @@ -321,7 +321,7 @@ fwrite($fout, "httpd_accel_uses_host_header on\n"); fclose($fout); - } + } /* end function write_static_squid_config() */ @@ -332,7 +332,8 @@ - write_static_squid_config(); + /* write initial static config for transparent proxy */ + write_static_squid_config(); touch("/tmp/custom_php_install_command"); @@ -366,7 +367,7 @@ mwexec("chmod 755 /usr/local/etc/rc.d/squid.sh"); - + /* create log directory hierarchies if they don't exist */ update_output_window("Creating required directory hierarchies..."); if (!file_exists("/var/squid/logs")) { -- cgit v1.2.3