aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_ng.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-04 03:35:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-04 03:35:36 +0000
commit09e1a67d28ba7d81c2558a2287d98502c76473a1 (patch)
treecadaa5065070bb8fcba36c1273c04bf4a40bd314 /packages/squid_ng.inc
parent91bd3bf2711b30a776e3ba23c2269b6a604b8c3d (diff)
downloadpfsense-packages-09e1a67d28ba7d81c2558a2287d98502c76473a1.tar.gz
pfsense-packages-09e1a67d28ba7d81c2558a2287d98502c76473a1.tar.bz2
pfsense-packages-09e1a67d28ba7d81c2558a2287d98502c76473a1.zip
Remove non-working code
Diffstat (limited to 'packages/squid_ng.inc')
-rw-r--r--packages/squid_ng.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/squid_ng.inc b/packages/squid_ng.inc
index 026c94d4..e847d79e 100644
--- a/packages/squid_ng.inc
+++ b/packages/squid_ng.inc
@@ -874,11 +874,6 @@ EOD;
}
mwexec("/usr/sbin/chown squid:squid /usr/local/etc/squid/advanced/radius");
- /* EmanuelG: update pf group ownership settings to enhance squid performance and correct issue relating */
- /* to error message: parseHttpRequest: PF open failed: (13) Permission denied */
- mwexec("chgrp squid /dev/pf");
- mwexec("chmod g+rw /dev/pf");
-
$devfs_file = fopen("/etc/devfs.conf", "a");
fwrite($devfs_file, "\n# Allow squid to query the packet filter bymaking is group-accessable. ");
fwrite($devfs_file, "own pf root:squid");