Fixed auth files directory for the proxy

Fixed a little bug in the hw graphs
Included recent changes to core 7


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1185 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2008-02-06 21:08:35 +00:00
parent 6257cba269
commit 8c55860fff
3 changed files with 7 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ my $cre_svhosts = "${General::swroot}/proxy/advanced/cre/supervisors";
my $identhosts = "$identdir/hosts";
my $authdir = "/usr/lib/squid/auth";
my $authdir = "/usr/lib/squid/";
my $errordir = "/usr/lib/squid/errors";
my $acl_src_subnets = "$acldir/src_subnets.acl";