aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_ng.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-07 19:37:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-07 19:37:14 +0000
commit30462b4789fdcc8729019c1418d0e148a8a24112 (patch)
tree7d200e263072ccb969dfa0b92a6dc59025e5262e /packages/squid_ng.xml
parentd6d332cd79cc8f883cc97507116c453dcbddff58 (diff)
downloadpfsense-packages-30462b4789fdcc8729019c1418d0e148a8a24112.tar.gz
pfsense-packages-30462b4789fdcc8729019c1418d0e148a8a24112.tar.bz2
pfsense-packages-30462b4789fdcc8729019c1418d0e148a8a24112.zip
This is php code, not html or xml! Comment correctly!
Diffstat (limited to 'packages/squid_ng.xml')
-rw-r--r--packages/squid_ng.xml7
1 files changed, 4 insertions, 3 deletions
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() -->
+ } /* end function write_static_squid_config() */
</custom_php_global_functions>
<custom_add_php_command_late>
@@ -332,7 +332,8 @@
</custom_add_php_command_late>
<custom_php_install_command>
- write_static_squid_config(); <!-- write initial static config for transparent proxy -->
+ /* 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 -->
+ /* create log directory hierarchies if they don't exist */
update_output_window("Creating required directory hierarchies...");
if (!file_exists("/var/squid/logs")) {