diff options
author | bkw <bkw> | 2005-03-13 20:58:05 +0000 |
---|---|---|
committer | bkw <bkw> | 2005-03-13 20:58:05 +0000 |
commit | 6ab8e86ee9436b734f565c6021180138f9b483fe (patch) | |
tree | 918347e7caa81a0de6563e7930b8a3d0c192e18e /packages/squidGuard.xml | |
parent | 95183ba0763426546b5eb44c0b0ebd656853614b (diff) | |
download | pfsense-packages-6ab8e86ee9436b734f565c6021180138f9b483fe.tar.gz pfsense-packages-6ab8e86ee9436b734f565c6021180138f9b483fe.tar.bz2 pfsense-packages-6ab8e86ee9436b734f565c6021180138f9b483fe.zip |
tabs changed to \\t, filter_configure(), deleted
Diffstat (limited to 'packages/squidGuard.xml')
-rw-r--r-- | packages/squidGuard.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml index eac3c582..f48a67be 100644 --- a/packages/squidGuard.xml +++ b/packages/squidGuard.xml @@ -13,9 +13,9 @@ fwrite($fout, "dbhome /var/db/squidGuard\n"); fwrite($fout, "logdir /usr/local/squid/logs\n"); fwrite($fout, "acl {"\n"); - fwrite($fout, "\t default {\n"); - fwrite($fout, "\t pass all\n"); - fwrite($fout, "\t }\n"); + fwrite($fout, "\\t default {\n"); + fwrite($fout, "\\t pass all\n"); + fwrite($fout, "\\t }\n"); fwrite($fout, "}\n"); fclose($fout); $fout = fopen("/usr/local/etc/squid/squid.conf","w"); @@ -30,7 +30,6 @@ exec("/usr/bin/chgrp -R squid /var/db/squidGuard"); exec("/bin/chmod -R 755 /var/db/squidGuard"); system("/usr/local/sbin/squid -k reconfigure"); - filter_configure(); </custom_php_install_command> <custom_php_pre_deinstall_command> </custom_php_pre_deinstall_command> |