diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-07 19:37:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-07 19:37:14 +0000 |
commit | 30462b4789fdcc8729019c1418d0e148a8a24112 (patch) | |
tree | 7d200e263072ccb969dfa0b92a6dc59025e5262e | |
parent | d6d332cd79cc8f883cc97507116c453dcbddff58 (diff) | |
download | pfsense-packages-30462b4789fdcc8729019c1418d0e148a8a24112.tar.gz pfsense-packages-30462b4789fdcc8729019c1418d0e148a8a24112.tar.bz2 pfsense-packages-30462b4789fdcc8729019c1418d0e148a8a24112.zip |
This is php code, not html or xml! Comment correctly!
-rw-r--r-- | packages/squid_ng.xml | 7 |
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")) { |