From a89ddf770a6aecc1c3eaf4ec267dbdbc0024ed2a Mon Sep 17 00:00:00 2001 From: Randy Crowder Date: Wed, 16 Oct 2013 14:08:33 -0400 Subject: Fix dansguardian_ips_header.template to have correct tab name (i.e. ACLs instead of "Access Lists") --- config/dansguardian/dansguardian_ips_header.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dansguardian/dansguardian_ips_header.template b/config/dansguardian/dansguardian_ips_header.template index 48eb3e68..f742d9ea 100644 --- a/config/dansguardian/dansguardian_ips_header.template +++ b/config/dansguardian/dansguardian_ips_header.template @@ -63,7 +63,7 @@ /pkg_edit.php?xml=dansguardian_blacklist.xml&id=0 - Access Lists + ACLs /pkg_edit.php?xml=dansguardian_site_acl.xml&id=0 @@ -111,4 +111,4 @@ 12 base64 - \ No newline at end of file + -- cgit v1.2.3 From ba375471c730cebbbdebb4c7a1f2463a63c71d91 Mon Sep 17 00:00:00 2001 From: Randy Crowder Date: Wed, 16 Oct 2013 14:17:34 -0400 Subject: Fix issue with include file in squid_reverse.xml that causes the following message in system log "Not calling package sync code for dependency squidreverse of squid3 because some include files are missing." --- config/squid3/31/squid_reverse.xml | 4 ++-- config/squid3/33/squid_reverse.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/squid3/31/squid_reverse.xml b/config/squid3/31/squid_reverse.xml index ce09f8e7..7c25c371 100644 --- a/config/squid3/31/squid_reverse.xml +++ b/config/squid3/31/squid_reverse.xml @@ -48,7 +48,7 @@ squidreverse none Proxy server: Reverse Proxy - squid.inc + /usr/local/pkg/squid.inc General @@ -354,4 +354,4 @@ squid_resync(); - \ No newline at end of file + diff --git a/config/squid3/33/squid_reverse.xml b/config/squid3/33/squid_reverse.xml index ce09f8e7..7c25c371 100755 --- a/config/squid3/33/squid_reverse.xml +++ b/config/squid3/33/squid_reverse.xml @@ -48,7 +48,7 @@ squidreverse none Proxy server: Reverse Proxy - squid.inc + /usr/local/pkg/squid.inc General @@ -354,4 +354,4 @@ squid_resync(); - \ No newline at end of file + -- cgit v1.2.3