7029211 Move squid to userland
authorSrinivasa Sarva <srinivasa.sarva@oracle.com>
Mon, 04 Apr 2011 15:06:13 -0700
changeset 163 492ba3a66c6f
parent 162 4ece0535acb7
child 164 d8515e072926
7029211 Move squid to userland
components/meta-packages/history/SUNWsquid.p5m
components/squid/Makefile
components/squid/http-squid
components/squid/http-squid.xml
components/squid/oracleman-stability
components/squid/patches/Makefile.in.patch
components/squid/patches/bug2902.patch
components/squid/squid.license
components/squid/squid.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWsquid.p5m	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWsquid package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=web/proxy/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/Makefile	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,132 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+PATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
+
+COMPONENT_NAME=		squid
+COMPONENT_VERSION=	2.7.STABLE9
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:6d90fe06468b662b2eefd7ffeb47b9a78f0a871d
+COMPONENT_ARCHIVE_URL=	http://www.squid-cache.org/Versions/v2/2.7/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/configure.mk
+include ../../make-rules/ips.mk
+
+IPS_COMPONENT_VERSION=	2.7.9
+
+CFLAGS += -I/usr/include/kerberosv5
+CFLAGS += -DSOLARIS_11
+CFLAGS += -D__BIG_ENDIAN__
+CFLAGS += $(CPP_LARGEFILES)
+CFLAGS += $(studio_FEATURES_EXTENSIONS)
+
+
+# Squid has own prefix
+CONFIGURE_PREFIX =	/usr/squid
+
+CONFIGURE_OPTIONS +=   CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/libexec
+CONFIGURE_OPTIONS += --localstatedir=/var/squid
+CONFIGURE_OPTIONS += --sharedstatedir=/var/squid
+CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/squid
+CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_PREFIX)/man
+CONFIGURE_OPTIONS += --enable-arp-acl
+CONFIGURE_OPTIONS += --enable-auth='basic,digest,negotiate,ntlm'
+CONFIGURE_OPTIONS += --enable-basic-auth-helpers='DB,NCSA,YP,LDAP,PAM,getpwnam,MSNT,POP3,multi-domain-NTLM,SMB,SASL'
+CONFIGURE_OPTIONS += --enable-cache-digests
+CONFIGURE_OPTIONS += --enable-carp
+CONFIGURE_OPTIONS += --enable-coss-aio-ops
+CONFIGURE_OPTIONS += --enable-delay-pools
+CONFIGURE_OPTIONS += --enable-digest-auth-helpers='ldap,password'
+CONFIGURE_OPTIONS += --enable-external-acl-helpers='ip_user,unix_group,ldap_group,wbinfo_group'
+CONFIGURE_OPTIONS += --enable-follow-x-forwarded-for
+CONFIGURE_OPTIONS += --enable-forward-log
+CONFIGURE_OPTIONS += --enable-forw-via-db
+CONFIGURE_OPTIONS += --enable-htcp
+CONFIGURE_OPTIONS += --enable-icmp
+CONFIGURE_OPTIONS += --enable-large-cache-files
+CONFIGURE_OPTIONS += --enable-multicast-miss
+CONFIGURE_OPTIONS += --enable-negotiate-auth-helpers='squid_kerb_auth'
+CONFIGURE_OPTIONS += --enable-ntlm-auth-helpers='SMB,fakeauth,no_check'
+CONFIGURE_OPTIONS += --enable-ntlm-fail-open
+CONFIGURE_OPTIONS += --enable-referer-log
+CONFIGURE_OPTIONS += --enable-removal-policies='heap,lru'
+CONFIGURE_OPTIONS += --enable-snmp
+CONFIGURE_OPTIONS += --enable-ssl
+CONFIGURE_OPTIONS += --enable-storeio='aufs,coss,diskd,ufs,null'
+CONFIGURE_OPTIONS += --enable-useragent-log
+CONFIGURE_OPTIONS += --enable-x-accelerator-vary
+CONFIGURE_OPTIONS += --with-aio
+CONFIGURE_OPTIONS += --with-aufs-threads=8
+CONFIGURE_OPTIONS += --with-large-files
+CONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_ILP32_OFFBIG
+CONFIGURE_OPTIONS += --with-pthreads
+
+COMPONENT_POST_BUILD_ACTION= \
+		(cd $(@D) ; $(PERL) -pi \
+                -e 'print q{visible_hostname localhost} if $$. == 1;' \
+                -e 's/^\# +cache_effective_user.*/cache_effective_user webservd/g;' \
+                -e 's/^\# +dns_testnames.*/dns_testnames localhost/g' \
+               		src/squid.conf.default )
+
+
+PKG_PROTO_DIRS +=       $(SOURCE_DIR)
+PKG_PROTO_DIRS +=       $(COMPONENT_DIR)
+
+
+include ../../make-rules/shared-targets.mk
+
+# common targets
+build:		$(BUILD_32) 
+
+install:	$(INSTALL_32) 
+		sed -f oracleman-stability $(BUILD_DIR_32)/doc/squid.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/squid.8
+		sed -f oracleman-stability $(BUILD_DIR_32)/doc/cachemgr.cgi.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/cachemgr.cgi.8
+		sed -f oracleman-stability $(SOURCE_DIR)/helpers/basic_auth/NCSA/ncsa_auth.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/ncsa_auth.8
+		sed -f oracleman-stability $(SOURCE_DIR)/helpers/basic_auth/PAM/pam_auth.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/pam_auth.8
+		sed -f oracleman-stability $(BUILD_DIR_32)/helpers/basic_auth/DB/squid_db_auth.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/squid_db_auth.8
+		sed -f oracleman-stability $(SOURCE_DIR)/helpers/basic_auth/LDAP/squid_ldap_auth.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/squid_ldap_auth.8
+		sed -f oracleman-stability $(SOURCE_DIR)/helpers/external_acl/ldap_group/squid_ldap_group.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/squid_ldap_group.8
+		sed -f oracleman-stability $(SOURCE_DIR)/helpers/external_acl/unix_group/squid_unix_group.8 \
+			> $(PROTOUSRDIR)/squid/man/man8/squid_unix_group.8
+		
+test:
+	@echo "no tests available"
+
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/http-squid	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,54 @@
+#!/usr/bin/ksh93
+
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+source /lib/svc/share/smf_include.sh
+
+typeset -r SQUID_HOME=/usr/squid
+typeset -r CONF_FILE=/etc/squid/squid.conf
+typeset -r PIDFILE=/var/squid/logs/squid.pid
+typeset -r SQUID="${SQUID_HOME}/sbin/squid"
+
+[[ ! -f ${CONF_FILE} ]] && exit $SMF_EXIT_ERR_CONFIG
+
+
+case "$1" in
+start)
+        /bin/rm -f ${PIDFILE}
+        if [[ ! -d /var/squid/cache/00 ]] ; then
+                out="$(${SQUID} -z)"
+        fi
+
+        exec ${SQUID} 2>&1
+        ;;
+stop)
+        exec ${SQUID} -k shutdown 2>&1
+        ;;
+*)
+        print "Usage: $0 {start|stop}"
+        exit 1
+        ;;
+esac
+
+# not reached
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/http-squid.xml	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,114 @@
+<?xml version="1.0"?>
+<!--
+
+ CDDL HEADER START
+
+ The contents of this file are subject to the terms of the
+ Common Development and Distribution License (the "License").
+ You may not use this file except in compliance with the License.
+
+ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ or http://www.opensolaris.org/os/licensing.
+ See the License for the specific language governing permissions
+ and limitations under the License.
+
+ When distributing Covered Code, include this CDDL HEADER in each
+ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ If applicable, add the following below this CDDL HEADER, with the
+ fields enclosed by brackets "[]" replaced with your own identifying
+ information: Portions Copyright [yyyy] [name of copyright owner]
+
+ CDDL HEADER END
+
+ Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
+
+-->
+
+<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+
+<service_bundle type='manifest' name='SUNWsquidr:squid'>
+
+<service
+	name='network/http'
+	type='service'
+	version='1'>
+
+	<!--
+	  Because we may have multiple instances of network/http
+	  provided by different implementations, we keep dependencies
+	  and methods within the instance.
+	-->
+
+	<instance name='squid' enabled='false'>
+		<!--
+		  Wait for network interfaces to be initialized.
+		-->
+		<dependency name='network'
+		    grouping='require_all'
+		    restart_on='error'
+		    type='service'>
+		    <service_fmri value='svc:/milestone/network:default'/>
+		</dependency>
+
+		<!--
+		  Wait for all local filesystems to be mounted.
+		-->
+		<dependency name='filesystem-local'
+		    grouping='require_all'
+		    restart_on='none'
+		    type='service'>
+		    <service_fmri
+			value='svc:/system/filesystem/local:default'/>
+		</dependency>
+
+		<!--
+		  Wait for automounting to be available, as we may be
+		  serving data from home directories or other remote
+		  filesystems.
+		-->
+		<dependency name='autofs'
+		    grouping='optional_all'
+		    restart_on='error'
+		    type='service'>
+		    <service_fmri
+			value='svc:/system/filesystem/autofs:default'/>
+		</dependency>
+
+		<exec_method
+			type='method'
+			name='start'
+			exec='/lib/svc/method/http-squid start'
+			timeout_seconds='60' />
+
+		<exec_method
+			type='method'
+			name='stop'
+			exec='/lib/svc/method/http-squid stop'
+			timeout_seconds='60' />
+
+		<property_group name='startd' type='framework'>
+			<!-- sub-process core dumps shouldn't restart
+				session -->
+			<propval name='ignore_error' type='astring'
+				value='core,signal' />
+		</property_group>
+
+        <template>
+            <common_name>
+                <loctext xml:lang='C'>
+                    Squid WebCache
+                </loctext>
+            </common_name>
+            <documentation>
+                <manpage title='squid' section='8'
+                    manpath='/usr/squid/man' />
+                <doc_link name='squid-cache.org'
+                    uri='http://www.squid-cache.org' />
+            </documentation>
+        </template>
+	</instance>
+
+        <stability value='Evolving' />
+</service>
+
+</service_bundle>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/oracleman-stability	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,27 @@
+1i\
+'\\" t\
+\.\\"\
+\.\\" Modified for Solaris to to add the Solaris stability classification,\
+\.\\" and to add a note about source availability .\
+\.\\"\ 
+$a\
+\.\\" Begin Sun update\
+.SH ATTRIBUTES\
+See\
+.BR attributes (5)\
+for descriptions of the following attributes:\
+.sp\
+.TS\
+box;\
+cbp-1 | cbp-1\
+l | l .\
+ATTRIBUTE TYPE	ATTRIBUTE VALUE\
+=\
+Availability	web/proxy/squid \
+=\
+Interface Stability	Uncommitted\
+.TE \
+.PP\
+.SH NOTES\
+Source for squid is available on http://opensolaris.org.\
+\.\\" End Sun update
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/patches/Makefile.in.patch	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,34 @@
+--- squid-2.7.STABLE9/helpers/basic_auth/SASL/Makefile.in.orig  Wed Mar 23 01:57:21 2011
++++ squid-2.7.STABLE9/helpers/basic_auth/SASL/Makefile.in       Wed Mar 23 01:57:54 2011
+@@ -216,7 +216,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ INCLUDES = -I$(top_srcdir)/include
+-LDADD = -L$(top_builddir)/lib -lmiscutil $(LIBSASL) $(XTRA_LIBS)
++LDADD = -L$(top_builddir)/lib -lmiscutil -lsasl $(XTRA_LIBS)
+ EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf
+ all: all-am
+
+--- squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.in.orig	Thu Feb 24 14:16:07 2011
++++ squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.in	Thu Feb 24 14:16:17 2011
+@@ -230,7 +230,7 @@
+ 
+ # MIT
+ KERBINC = 
+-KERBLIBS = -lgssapi_krb5 -lkrb5 -lcom_err
++KERBLIBS =-R /usr/lib/gss -L/usr/lib/gss -lgss /usr/lib/gss/mech_krb5.so -lkrb5 -lsocket 
+ all: all-am
+ 
+ .SUFFIXES:
+
+--- squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.am.orig	Thu Feb 24 14:15:59 2011
++++ squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.am	Thu Feb 24 14:16:17 2011
+@@ -23,5 +23,5 @@
+ 
+ # MIT
+ KERBINC = 
+-KERBLIBS = -lgssapi_krb5 -lkrb5 -lcom_err
++KERBLIBS =-R /usr/lib/gss -L/usr/lib/gss -lgss /usr/lib/gss/mech_krb5.so -lkrb5 -lsocket 
+ 
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/patches/bug2902.patch	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,118 @@
+Index: squid-2.7.STABLE9/src/auth/digest/auth_digest.c
+===================================================================
+RCS file: /cvsroot/squid/squid/src/auth/digest/auth_digest.c,v
+retrieving revision 1.23.2.3
+diff -u -p -r1.23.2.3 auth_digest.c
+--- squid-2.7.STABLE9/src/auth/digest/auth_digest.c	7 Mar 2010 16:00:07 -0000	1.23.2.3
++++ squid-2.7.STABLE9/src/auth/digest/auth_digest.c	22 Apr 2010 20:25:39 -0000
+@@ -1315,7 +1315,8 @@ authenticateDigestDecodeAuth(auth_user_r
+     /* do we have a username ? */
+     if (!username || username[0] == '\0') {
+ 	debug(29, 4) ("authenticateDigestDecode: Empty or not present username\n");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* Sanity check of the username.
+      * " can not be allowed in usernames until * the digest helper protocol
+@@ -1323,28 +1324,33 @@ authenticateDigestDecodeAuth(auth_user_r
+      */
+     if (strchr(username, '"')) {
+ 	debug(29, 2) ("authenticateDigestDecode: Unacceptable username '%s'\n", username);
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* do we have a realm ? */
+     if (!digest_request->realm || digest_request->realm[0] == '\0') {
+ 	debug(29, 2) ("authenticateDigestDecode: Empty or not present realm");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* and a nonce? */
+     if (!digest_request->nonceb64 || digest_request->nonceb64[0] == '\0') {
+ 	debug(29, 2) ("authenticateDigestDecode: Empty or not present nonce");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* we can't check the URI just yet. We'll check it in the
+      * authenticate phase, but needs to be given */
+     if (!digest_request->uri || digest_request->uri[0] == '\0') {
+ 	debug(29, 2) ("authenticateDigestDecode: Missing URI field");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* is the response the correct length? */
+     if (!digest_request->response || strlen(digest_request->response) != 32) {
+ 	debug(29, 2) ("authenticateDigestDecode: Response length invalid\n");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* check the algorithm is present and supported */
+     if (!digest_request->algorithm)
+@@ -1352,7 +1358,8 @@ authenticateDigestDecodeAuth(auth_user_r
+     else if (strcmp(digest_request->algorithm, "MD5")
+ 	&& strcmp(digest_request->algorithm, "MD5-sess")) {
+ 	debug(29, 2) ("authenticateDigestDecode: invalid algorithm specified!\n");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* 2617 requirements, indicated by qop */
+     if (digest_request->qop) {
+@@ -1361,23 +1368,27 @@ authenticateDigestDecodeAuth(auth_user_r
+ 	if (strcmp(digest_request->qop, QOP_AUTH) != 0) {
+ 	    /* we received a qop option we didn't send */
+ 	    debug(29, 2) ("authenticateDigestDecode: Invalid qop option received\n");
+-	    return authDigestLogUsername(auth_user_request, username);
++	    authDigestLogUsername(auth_user_request, username);
++	    return;
+ 	}
+ 	/* check cnonce */
+ 	if (!digest_request->cnonce || digest_request->cnonce[0] == '\0') {
+ 	    debug(29, 2) ("authenticateDigestDecode: Missing cnonce field\n");
+-	    return authDigestLogUsername(auth_user_request, username);
++	    authDigestLogUsername(auth_user_request, username);
++	    return;
+ 	}
+ 	/* check nc */
+ 	if (strlen(digest_request->nc) != 8 || strspn(digest_request->nc, "0123456789abcdefABCDEF") != 8) {
+ 	    debug(29, 2) ("authenticateDigestDecode: invalid nonce count\n");
+-	    return authDigestLogUsername(auth_user_request, username);
++	    authDigestLogUsername(auth_user_request, username);
++	    return;
+ 	}
+     } else {
+ 	/* cnonce and nc both require qop */
+ 	if (digest_request->cnonce || digest_request->nc) {
+ 	    debug(29, 2) ("authenticateDigestDecode: missing qop!\n");
+-	    return authDigestLogUsername(auth_user_request, username);
++	    authDigestLogUsername(auth_user_request, username);
++	    return;
+ 	}
+     }
+ 
+@@ -1389,7 +1400,8 @@ authenticateDigestDecodeAuth(auth_user_r
+ 	/* we couldn't find a matching nonce! */
+ 	debug(29, 2) ("authenticateDigestDecode: Unexpected or invalid nonce received\n");
+ 	digest_request->flags.credentials_ok = 3;
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     digest_request->nonce = nonce;
+     authDigestNonceLink(nonce);
+@@ -1397,7 +1409,8 @@ authenticateDigestDecodeAuth(auth_user_r
+     /* check that we're not being hacked / the username hasn't changed */
+     if (nonce->auth_user && strcmp(username, authenticateUserUsername(nonce->auth_user))) {
+ 	debug(29, 2) ("authenticateDigestDecode: Username for the nonce does not equal the username for the request\n");
+-	return authDigestLogUsername(auth_user_request, username);
++	authDigestLogUsername(auth_user_request, username);
++	return;
+     }
+     /* the method we'll check at the authenticate step as well */
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/squid.license	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,380 @@
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+====================================================================
+
+By accepting this notice, you agree to be bound by the following
+agreements:
+
+This software product, SQUID, is developed by a team of individuals,
+and copyrighted (C) 2001 by the Regents of the University of
+California, with all rights reserved.  UCSD administered the NLANR
+Cache grants, NCR 9616602 and NCR 9521745 under which most of this
+code was developed.
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License (version 2) as
+published by the Free Software Foundation.  It is distributed in the
+hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.  See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to:
+
+        		The Free Software Foundation
+        		59 Temple Place
+			Suite 330
+			Boston, MA 02111, USA
+
+Or contact [email protected]
+
+---------------------------------------------------------------------------
+
+
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+           59 Temple Place, Suite 330, Boston, MA 02111, USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	Appendix: How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) 19yy  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/squid.p5m	Mon Apr 04 15:06:13 2011 -0700
@@ -0,0 +1,1247 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+set name=pkg.fmri \
+    value=pkg:/web/proxy/squid@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description \
+    value="Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more."
+set name=pkg.summary value="Squid Web Proxy Cache"
+set name=info.classification \
+    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.squid-cache.org/
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+dir path=etc
+dir path=etc/squid
+dir path=lib
+dir path=lib/svc
+dir path=lib/svc/manifest
+dir path=lib/svc/manifest/network
+dir path=lib/svc/method
+dir path=usr
+dir path=usr/squid
+dir path=usr/squid/bin
+dir path=usr/squid/libexec
+dir path=usr/squid/man
+dir path=usr/squid/man/man8
+dir path=usr/squid/sbin
+dir path=usr/squid/share
+dir path=usr/squid/share/errors
+dir path=usr/squid/share/errors/Armenian
+dir path=usr/squid/share/errors/Azerbaijani
+dir path=usr/squid/share/errors/Bulgarian
+dir path=usr/squid/share/errors/Catalan
+dir path=usr/squid/share/errors/Czech
+dir path=usr/squid/share/errors/Danish
+dir path=usr/squid/share/errors/Dutch
+dir path=usr/squid/share/errors/English
+dir path=usr/squid/share/errors/Estonian
+dir path=usr/squid/share/errors/Finnish
+dir path=usr/squid/share/errors/French
+dir path=usr/squid/share/errors/German
+dir path=usr/squid/share/errors/Greek
+dir path=usr/squid/share/errors/Hebrew
+dir path=usr/squid/share/errors/Hungarian
+dir path=usr/squid/share/errors/Italian
+dir path=usr/squid/share/errors/Japanese
+dir path=usr/squid/share/errors/Korean
+dir path=usr/squid/share/errors/Lithuanian
+dir path=usr/squid/share/errors/Polish
+dir path=usr/squid/share/errors/Portuguese
+dir path=usr/squid/share/errors/Romanian
+dir path=usr/squid/share/errors/Russian-1251
+dir path=usr/squid/share/errors/Russian-koi8-r
+dir path=usr/squid/share/errors/Serbian
+dir path=usr/squid/share/errors/Simplify_Chinese
+dir path=usr/squid/share/errors/Slovak
+dir path=usr/squid/share/errors/Spanish
+dir path=usr/squid/share/errors/Swedish
+dir path=usr/squid/share/errors/Traditional_Chinese
+dir path=usr/squid/share/errors/Turkish
+dir path=usr/squid/share/errors/Ukrainian-1251
+dir path=usr/squid/share/errors/Ukrainian-koi8-u
+dir path=usr/squid/share/errors/Ukrainian-utf8
+dir path=usr/squid/share/icons
+dir path=var
+dir path=var/squid
+dir path=var/squid/cache
+dir path=var/squid/logs
+file path=etc/squid/cachemgr.conf mode=0644 group=sys preserve=renamenew original_name=SUNWsquid:etc/squid/cachemgr.conf
+file path=etc/squid/mime.conf mode=0644 group=sys preserve=renamenew original_name=SUNWsquid:etc/squid/mime.conf
+file path=etc/squid/mime.conf.default 
+file path=etc/squid/msntauth.conf mode=0644 group=sys preserve=renamenew original_name=SUNWsquid:etc/squid/msntauth.conf
+file path=etc/squid/msntauth.conf.default
+file path=etc/squid/squid.conf mode=0644 group=sys preserve=renamenew original_name=SUNWsquid:etc/squid/squid.conf
+file path=etc/squid/squid.conf.default
+file http-squid.xml path=lib/svc/manifest/network/http-squid.xml
+file http-squid path=lib/svc/method/http-squid
+file path=usr/squid/bin/RunCache
+file path=usr/squid/bin/cossdump
+file path=usr/squid/bin/squidclient
+file path=usr/squid/libexec/cachemgr.cgi
+file path=usr/squid/libexec/digest_ldap_auth
+file path=usr/squid/libexec/digest_pw_auth
+file path=usr/squid/libexec/diskd-daemon
+file path=usr/squid/libexec/fakeauth_auth
+file path=usr/squid/libexec/getpwname_auth
+file path=usr/squid/libexec/ip_user_check
+file path=usr/squid/libexec/logfile-daemon
+file path=usr/squid/libexec/msnt_auth
+file path=usr/squid/libexec/ncsa_auth
+file path=usr/squid/libexec/no_check.pl
+file path=usr/squid/libexec/ntlm_auth
+file path=usr/squid/libexec/pam_auth
+file path=usr/squid/libexec/pinger
+file path=usr/squid/libexec/pop3.pl
+file path=usr/squid/libexec/sasl_auth
+file path=usr/squid/libexec/smb_auth
+file path=usr/squid/libexec/smb_auth.pl
+file path=usr/squid/libexec/smb_auth.sh
+file path=usr/squid/libexec/squid_db_auth
+file path=usr/squid/libexec/squid_kerb_auth
+file path=usr/squid/libexec/squid_ldap_auth
+file path=usr/squid/libexec/squid_ldap_group
+file path=usr/squid/libexec/squid_unix_group
+file path=usr/squid/libexec/unlinkd
+file path=usr/squid/libexec/wbinfo_group.pl
+file path=usr/squid/libexec/yp_auth
+file path=usr/squid/man/man8/cachemgr.cgi.8
+file path=usr/squid/man/man8/ncsa_auth.8
+file path=usr/squid/man/man8/pam_auth.8
+file path=usr/squid/man/man8/squid.8
+file path=usr/squid/man/man8/squid_db_auth.8
+file path=usr/squid/man/man8/squid_ldap_auth.8
+file path=usr/squid/man/man8/squid_ldap_group.8
+file helpers/external_acl/session/squid_session.8 \
+    path=usr/squid/man/man8/squid_session.8
+file path=usr/squid/man/man8/squid_unix_group.8
+file path=usr/squid/sbin/squid
+file path=usr/squid/share/errors/Armenian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Armenian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Armenian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Armenian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Armenian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Armenian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Armenian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Armenian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Armenian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Armenian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Armenian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Armenian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Armenian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Armenian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Armenian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Armenian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Armenian/ERR_INVALID_RESP
+file errors/Armenian/ERR_INVALID_URL \
+    path=usr/squid/share/errors/Armenian/ERR_INVALID_URL
+file errors/Armenian/ERR_LIFETIME_EXP \
+    path=usr/squid/share/errors/Armenian/ERR_LIFETIME_EXP
+file errors/Armenian/ERR_NO_RELAY \
+    path=usr/squid/share/errors/Armenian/ERR_NO_RELAY
+file errors/Armenian/ERR_ONLY_IF_CACHED_MISS \
+    path=usr/squid/share/errors/Armenian/ERR_ONLY_IF_CACHED_MISS
+file errors/Armenian/ERR_READ_ERROR \
+    path=usr/squid/share/errors/Armenian/ERR_READ_ERROR
+file errors/Armenian/ERR_READ_TIMEOUT \
+    path=usr/squid/share/errors/Armenian/ERR_READ_TIMEOUT
+file errors/Armenian/ERR_SHUTTING_DOWN \
+    path=usr/squid/share/errors/Armenian/ERR_SHUTTING_DOWN
+file errors/Armenian/ERR_SOCKET_FAILURE \
+    path=usr/squid/share/errors/Armenian/ERR_SOCKET_FAILURE
+file errors/Armenian/ERR_TOO_BIG \
+    path=usr/squid/share/errors/Armenian/ERR_TOO_BIG
+file errors/Armenian/ERR_UNSUP_REQ \
+    path=usr/squid/share/errors/Armenian/ERR_UNSUP_REQ
+file errors/Armenian/ERR_URN_RESOLVE \
+    path=usr/squid/share/errors/Armenian/ERR_URN_RESOLVE
+file errors/Armenian/ERR_WRITE_ERROR \
+    path=usr/squid/share/errors/Armenian/ERR_WRITE_ERROR
+file errors/Armenian/ERR_ZERO_SIZE_OBJECT \
+    path=usr/squid/share/errors/Armenian/ERR_ZERO_SIZE_OBJECT
+file errors/Armenian/README path=usr/squid/share/errors/Armenian/README
+file errors/Azerbaijani/ERR_ACCESS_DENIED \
+    path=usr/squid/share/errors/Azerbaijani/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Azerbaijani/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Azerbaijani/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Azerbaijani/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Azerbaijani/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Azerbaijani/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Azerbaijani/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Azerbaijani/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Azerbaijani/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Azerbaijani/ERR_INVALID_URL
+file path=usr/squid/share/errors/Azerbaijani/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Azerbaijani/ERR_NO_RELAY
+file path=usr/squid/share/errors/Azerbaijani/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Azerbaijani/ERR_READ_ERROR
+file path=usr/squid/share/errors/Azerbaijani/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Azerbaijani/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Azerbaijani/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Azerbaijani/ERR_TOO_BIG
+file path=usr/squid/share/errors/Azerbaijani/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Azerbaijani/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Azerbaijani/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Azerbaijani/ERR_ZERO_SIZE_OBJECT
+file errors/Azerbaijani/README path=usr/squid/share/errors/Azerbaijani/README
+file path=usr/squid/share/errors/Bulgarian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Bulgarian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Bulgarian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Bulgarian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Bulgarian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Bulgarian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Bulgarian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Bulgarian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Bulgarian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Bulgarian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Bulgarian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Bulgarian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Bulgarian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Bulgarian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Bulgarian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Bulgarian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Bulgarian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Bulgarian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Bulgarian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT
+file errors/Bulgarian/README path=usr/squid/share/errors/Bulgarian/README
+file path=usr/squid/share/errors/Catalan/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Catalan/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Catalan/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Catalan/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Catalan/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Catalan/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Catalan/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Catalan/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Catalan/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Catalan/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Catalan/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Catalan/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Catalan/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Catalan/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Catalan/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Catalan/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Catalan/ERR_INVALID_URL
+file path=usr/squid/share/errors/Catalan/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Catalan/ERR_NO_RELAY
+file path=usr/squid/share/errors/Catalan/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Catalan/ERR_READ_ERROR
+file path=usr/squid/share/errors/Catalan/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Catalan/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Catalan/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Catalan/ERR_TOO_BIG
+file path=usr/squid/share/errors/Catalan/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Catalan/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Catalan/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Catalan/ERR_ZERO_SIZE_OBJECT
+file errors/Catalan/README path=usr/squid/share/errors/Catalan/README
+file path=usr/squid/share/errors/Czech/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Czech/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Czech/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Czech/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Czech/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Czech/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Czech/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Czech/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Czech/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Czech/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Czech/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Czech/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Czech/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Czech/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Czech/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Czech/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Czech/ERR_INVALID_URL
+file path=usr/squid/share/errors/Czech/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Czech/ERR_NO_RELAY
+file path=usr/squid/share/errors/Czech/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Czech/ERR_READ_ERROR
+file path=usr/squid/share/errors/Czech/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Czech/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Czech/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Czech/ERR_TOO_BIG
+file path=usr/squid/share/errors/Czech/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Czech/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Czech/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Czech/ERR_ZERO_SIZE_OBJECT
+file errors/Czech/README path=usr/squid/share/errors/Czech/README
+file path=usr/squid/share/errors/Danish/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Danish/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Danish/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Danish/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Danish/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Danish/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Danish/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Danish/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Danish/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Danish/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Danish/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Danish/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Danish/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Danish/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Danish/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Danish/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Danish/ERR_INVALID_URL
+file path=usr/squid/share/errors/Danish/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Danish/ERR_NO_RELAY
+file path=usr/squid/share/errors/Danish/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Danish/ERR_READ_ERROR
+file path=usr/squid/share/errors/Danish/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Danish/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Danish/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Danish/ERR_TOO_BIG
+file path=usr/squid/share/errors/Danish/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Danish/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Danish/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Danish/ERR_ZERO_SIZE_OBJECT
+file errors/Danish/README path=usr/squid/share/errors/Danish/README
+file path=usr/squid/share/errors/Dutch/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Dutch/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Dutch/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Dutch/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Dutch/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Dutch/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Dutch/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Dutch/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Dutch/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Dutch/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Dutch/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Dutch/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Dutch/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Dutch/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Dutch/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Dutch/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Dutch/ERR_INVALID_URL
+file path=usr/squid/share/errors/Dutch/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Dutch/ERR_NO_RELAY
+file path=usr/squid/share/errors/Dutch/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Dutch/ERR_READ_ERROR
+file path=usr/squid/share/errors/Dutch/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Dutch/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Dutch/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Dutch/ERR_TOO_BIG
+file path=usr/squid/share/errors/Dutch/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Dutch/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Dutch/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Dutch/ERR_ZERO_SIZE_OBJECT
+file errors/Dutch/README path=usr/squid/share/errors/Dutch/README
+file path=usr/squid/share/errors/English/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/English/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/English/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/English/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/English/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/English/ERR_DNS_FAIL
+file path=usr/squid/share/errors/English/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/English/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/English/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/English/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/English/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/English/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/English/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/English/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/English/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/English/ERR_INVALID_REQ
+file path=usr/squid/share/errors/English/ERR_INVALID_RESP
+file path=usr/squid/share/errors/English/ERR_INVALID_URL
+file path=usr/squid/share/errors/English/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/English/ERR_NO_RELAY
+file path=usr/squid/share/errors/English/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/English/ERR_READ_ERROR
+file path=usr/squid/share/errors/English/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/English/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/English/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/English/ERR_TOO_BIG
+file path=usr/squid/share/errors/English/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/English/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/English/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/English/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/Estonian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Estonian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Estonian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Estonian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Estonian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Estonian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Estonian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Estonian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Estonian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Estonian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Estonian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Estonian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Estonian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Estonian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Estonian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Estonian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Estonian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Estonian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Estonian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Estonian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Estonian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Estonian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Estonian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Estonian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Estonian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Estonian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Estonian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Estonian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Estonian/ERR_ZERO_SIZE_OBJECT
+file errors/Estonian/README path=usr/squid/share/errors/Estonian/README
+file path=usr/squid/share/errors/Finnish/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Finnish/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Finnish/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Finnish/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Finnish/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Finnish/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Finnish/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Finnish/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Finnish/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Finnish/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Finnish/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Finnish/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Finnish/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Finnish/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Finnish/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Finnish/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Finnish/ERR_INVALID_URL
+file path=usr/squid/share/errors/Finnish/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Finnish/ERR_NO_RELAY
+file path=usr/squid/share/errors/Finnish/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Finnish/ERR_READ_ERROR
+file path=usr/squid/share/errors/Finnish/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Finnish/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Finnish/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Finnish/ERR_TOO_BIG
+file path=usr/squid/share/errors/Finnish/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Finnish/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Finnish/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Finnish/ERR_ZERO_SIZE_OBJECT
+file errors/Finnish/README path=usr/squid/share/errors/Finnish/README
+file path=usr/squid/share/errors/French/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/French/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/French/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/French/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/French/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/French/ERR_DNS_FAIL
+file path=usr/squid/share/errors/French/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/French/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/French/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/French/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/French/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/French/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/French/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/French/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/French/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/French/ERR_INVALID_REQ
+file path=usr/squid/share/errors/French/ERR_INVALID_RESP
+file path=usr/squid/share/errors/French/ERR_INVALID_URL
+file path=usr/squid/share/errors/French/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/French/ERR_NO_RELAY
+file path=usr/squid/share/errors/French/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/French/ERR_READ_ERROR
+file path=usr/squid/share/errors/French/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/French/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/French/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/French/ERR_TOO_BIG
+file path=usr/squid/share/errors/French/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/French/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/French/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/French/ERR_ZERO_SIZE_OBJECT
+file errors/French/README path=usr/squid/share/errors/French/README
+file path=usr/squid/share/errors/German/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/German/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/German/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/German/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/German/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/German/ERR_DNS_FAIL
+file path=usr/squid/share/errors/German/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/German/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/German/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/German/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/German/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/German/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/German/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/German/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/German/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/German/ERR_INVALID_REQ
+file path=usr/squid/share/errors/German/ERR_INVALID_RESP
+file path=usr/squid/share/errors/German/ERR_INVALID_URL
+file path=usr/squid/share/errors/German/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/German/ERR_NO_RELAY
+file path=usr/squid/share/errors/German/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/German/ERR_READ_ERROR
+file path=usr/squid/share/errors/German/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/German/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/German/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/German/ERR_TOO_BIG
+file path=usr/squid/share/errors/German/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/German/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/German/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/German/ERR_ZERO_SIZE_OBJECT
+file errors/German/README path=usr/squid/share/errors/German/README
+file path=usr/squid/share/errors/Greek/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Greek/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Greek/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Greek/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Greek/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Greek/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Greek/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Greek/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Greek/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Greek/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Greek/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Greek/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Greek/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Greek/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Greek/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Greek/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Greek/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Greek/ERR_INVALID_URL
+file path=usr/squid/share/errors/Greek/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Greek/ERR_NO_RELAY
+file path=usr/squid/share/errors/Greek/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Greek/ERR_READ_ERROR
+file path=usr/squid/share/errors/Greek/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Greek/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Greek/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Greek/ERR_TOO_BIG
+file path=usr/squid/share/errors/Greek/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Greek/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Greek/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Greek/ERR_ZERO_SIZE_OBJECT
+file errors/Greek/README path=usr/squid/share/errors/Greek/README
+file path=usr/squid/share/errors/Hebrew/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Hebrew/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Hebrew/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Hebrew/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Hebrew/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Hebrew/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Hebrew/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Hebrew/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Hebrew/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Hebrew/ERR_INVALID_URL
+file path=usr/squid/share/errors/Hebrew/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Hebrew/ERR_NO_RELAY
+file path=usr/squid/share/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Hebrew/ERR_READ_ERROR
+file path=usr/squid/share/errors/Hebrew/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Hebrew/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Hebrew/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Hebrew/ERR_TOO_BIG
+file path=usr/squid/share/errors/Hebrew/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Hebrew/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Hebrew/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Hebrew/ERR_ZERO_SIZE_OBJECT
+file errors/Hebrew/README path=usr/squid/share/errors/Hebrew/README
+file path=usr/squid/share/errors/Hungarian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Hungarian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Hungarian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Hungarian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Hungarian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Hungarian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Hungarian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Hungarian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Hungarian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Hungarian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Hungarian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Hungarian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Hungarian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Hungarian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Hungarian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Hungarian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Hungarian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Hungarian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Hungarian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Hungarian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Hungarian/ERR_ZERO_SIZE_OBJECT
+file errors/Hungarian/README path=usr/squid/share/errors/Hungarian/README
+file path=usr/squid/share/errors/Italian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Italian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Italian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Italian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Italian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Italian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Italian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Italian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Italian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Italian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Italian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Italian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Italian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Italian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Italian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Italian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Italian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Italian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Italian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Italian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Italian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Italian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Italian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Italian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Italian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Italian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Italian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Italian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Italian/ERR_ZERO_SIZE_OBJECT
+file errors/Italian/README path=usr/squid/share/errors/Italian/README
+file path=usr/squid/share/errors/Japanese/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Japanese/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Japanese/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Japanese/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Japanese/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Japanese/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Japanese/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Japanese/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Japanese/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Japanese/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Japanese/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Japanese/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Japanese/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Japanese/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Japanese/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Japanese/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Japanese/ERR_INVALID_URL
+file path=usr/squid/share/errors/Japanese/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Japanese/ERR_NO_RELAY
+file path=usr/squid/share/errors/Japanese/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Japanese/ERR_READ_ERROR
+file path=usr/squid/share/errors/Japanese/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Japanese/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Japanese/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Japanese/ERR_TOO_BIG
+file path=usr/squid/share/errors/Japanese/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Japanese/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Japanese/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Japanese/ERR_ZERO_SIZE_OBJECT
+file errors/Japanese/README path=usr/squid/share/errors/Japanese/README
+file path=usr/squid/share/errors/Korean/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Korean/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Korean/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Korean/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Korean/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Korean/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Korean/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Korean/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Korean/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Korean/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Korean/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Korean/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Korean/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Korean/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Korean/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Korean/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Korean/ERR_INVALID_URL
+file path=usr/squid/share/errors/Korean/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Korean/ERR_NO_RELAY
+file path=usr/squid/share/errors/Korean/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Korean/ERR_READ_ERROR
+file path=usr/squid/share/errors/Korean/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Korean/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Korean/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Korean/ERR_TOO_BIG
+file path=usr/squid/share/errors/Korean/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Korean/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Korean/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Korean/ERR_ZERO_SIZE_OBJECT
+file errors/Korean/README path=usr/squid/share/errors/Korean/README
+file path=usr/squid/share/errors/Lithuanian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Lithuanian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Lithuanian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Lithuanian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Lithuanian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Lithuanian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Lithuanian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Lithuanian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Lithuanian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Lithuanian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Lithuanian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Lithuanian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Lithuanian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Lithuanian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Lithuanian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Lithuanian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Lithuanian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Lithuanian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Lithuanian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Lithuanian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Lithuanian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Lithuanian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Lithuanian/ERR_ZERO_SIZE_OBJECT
+file errors/Lithuanian/README path=usr/squid/share/errors/Lithuanian/README
+file path=usr/squid/share/errors/Polish/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Polish/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Polish/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Polish/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Polish/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Polish/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Polish/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Polish/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Polish/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Polish/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Polish/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Polish/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Polish/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Polish/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Polish/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Polish/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Polish/ERR_INVALID_URL
+file path=usr/squid/share/errors/Polish/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Polish/ERR_NO_RELAY
+file path=usr/squid/share/errors/Polish/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Polish/ERR_READ_ERROR
+file path=usr/squid/share/errors/Polish/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Polish/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Polish/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Polish/ERR_TOO_BIG
+file path=usr/squid/share/errors/Polish/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Polish/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Polish/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Polish/ERR_ZERO_SIZE_OBJECT
+file errors/Polish/README path=usr/squid/share/errors/Polish/README
+file path=usr/squid/share/errors/Portuguese/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Portuguese/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Portuguese/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Portuguese/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Portuguese/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Portuguese/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Portuguese/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Portuguese/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Portuguese/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Portuguese/ERR_INVALID_URL
+file path=usr/squid/share/errors/Portuguese/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Portuguese/ERR_NO_RELAY
+file path=usr/squid/share/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Portuguese/ERR_READ_ERROR
+file path=usr/squid/share/errors/Portuguese/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Portuguese/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Portuguese/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Portuguese/ERR_TOO_BIG
+file path=usr/squid/share/errors/Portuguese/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Portuguese/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Portuguese/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Portuguese/ERR_ZERO_SIZE_OBJECT
+file errors/Portuguese/README path=usr/squid/share/errors/Portuguese/README
+file path=usr/squid/share/errors/Romanian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Romanian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Romanian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Romanian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Romanian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Romanian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Romanian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Romanian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Romanian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Romanian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Romanian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Romanian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Romanian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Romanian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Romanian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Romanian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Romanian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Romanian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Romanian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Romanian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Romanian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Romanian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Romanian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Romanian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Romanian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Romanian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Romanian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Romanian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Romanian/ERR_ZERO_SIZE_OBJECT
+file errors/Romanian/README path=usr/squid/share/errors/Romanian/README
+file path=usr/squid/share/errors/Russian-1251/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Russian-1251/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Russian-1251/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Russian-1251/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Russian-1251/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Russian-1251/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Russian-1251/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Russian-1251/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Russian-1251/ERR_INVALID_URL
+file path=usr/squid/share/errors/Russian-1251/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Russian-1251/ERR_NO_RELAY
+file path=usr/squid/share/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Russian-1251/ERR_READ_ERROR
+file path=usr/squid/share/errors/Russian-1251/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Russian-1251/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Russian-1251/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Russian-1251/ERR_TOO_BIG
+file path=usr/squid/share/errors/Russian-1251/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Russian-1251/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Russian-1251/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT
+file errors/Russian-1251/README \
+    path=usr/squid/share/errors/Russian-1251/README
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_INVALID_URL
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_NO_RELAY
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_READ_ERROR
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_TOO_BIG
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT
+file errors/Russian-koi8-r/README \
+    path=usr/squid/share/errors/Russian-koi8-r/README
+file path=usr/squid/share/errors/Serbian/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Serbian/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Serbian/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Serbian/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Serbian/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Serbian/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Serbian/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Serbian/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Serbian/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Serbian/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Serbian/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Serbian/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Serbian/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Serbian/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Serbian/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Serbian/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Serbian/ERR_INVALID_URL
+file path=usr/squid/share/errors/Serbian/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Serbian/ERR_NO_RELAY
+file path=usr/squid/share/errors/Serbian/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Serbian/ERR_READ_ERROR
+file path=usr/squid/share/errors/Serbian/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Serbian/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Serbian/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Serbian/ERR_TOO_BIG
+file path=usr/squid/share/errors/Serbian/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Serbian/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Serbian/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Serbian/ERR_ZERO_SIZE_OBJECT
+file errors/Serbian/README path=usr/squid/share/errors/Serbian/README
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_INVALID_URL
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_NO_RELAY
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_READ_ERROR
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_TOO_BIG
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT
+file errors/Simplify_Chinese/README \
+    path=usr/squid/share/errors/Simplify_Chinese/README
+file path=usr/squid/share/errors/Slovak/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Slovak/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Slovak/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Slovak/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Slovak/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Slovak/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Slovak/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Slovak/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Slovak/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Slovak/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Slovak/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Slovak/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Slovak/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Slovak/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Slovak/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Slovak/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Slovak/ERR_INVALID_URL
+file path=usr/squid/share/errors/Slovak/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Slovak/ERR_NO_RELAY
+file path=usr/squid/share/errors/Slovak/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Slovak/ERR_READ_ERROR
+file path=usr/squid/share/errors/Slovak/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Slovak/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Slovak/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Slovak/ERR_TOO_BIG
+file path=usr/squid/share/errors/Slovak/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Slovak/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Slovak/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Slovak/ERR_ZERO_SIZE_OBJECT
+file errors/Slovak/README path=usr/squid/share/errors/Slovak/README
+file path=usr/squid/share/errors/Spanish/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Spanish/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Spanish/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Spanish/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Spanish/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Spanish/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Spanish/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Spanish/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Spanish/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Spanish/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Spanish/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Spanish/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Spanish/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Spanish/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Spanish/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Spanish/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Spanish/ERR_INVALID_URL
+file path=usr/squid/share/errors/Spanish/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Spanish/ERR_NO_RELAY
+file path=usr/squid/share/errors/Spanish/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Spanish/ERR_READ_ERROR
+file path=usr/squid/share/errors/Spanish/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Spanish/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Spanish/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Spanish/ERR_TOO_BIG
+file path=usr/squid/share/errors/Spanish/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Spanish/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Spanish/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Spanish/ERR_ZERO_SIZE_OBJECT
+file errors/Spanish/README path=usr/squid/share/errors/Spanish/README
+file path=usr/squid/share/errors/Swedish/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Swedish/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Swedish/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Swedish/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Swedish/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Swedish/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Swedish/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Swedish/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Swedish/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Swedish/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Swedish/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Swedish/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Swedish/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Swedish/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Swedish/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Swedish/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Swedish/ERR_INVALID_URL
+file path=usr/squid/share/errors/Swedish/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Swedish/ERR_NO_RELAY
+file path=usr/squid/share/errors/Swedish/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Swedish/ERR_READ_ERROR
+file path=usr/squid/share/errors/Swedish/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Swedish/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Swedish/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Swedish/ERR_TOO_BIG
+file path=usr/squid/share/errors/Swedish/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Swedish/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Swedish/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Swedish/ERR_ZERO_SIZE_OBJECT
+file errors/Swedish/README path=usr/squid/share/errors/Swedish/README
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED
+file \
+    path=usr/squid/share/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_INVALID_URL
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_NO_RELAY
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_READ_ERROR
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_TOO_BIG
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT
+file errors/Traditional_Chinese/README \
+    path=usr/squid/share/errors/Traditional_Chinese/README
+file path=usr/squid/share/errors/Turkish/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Turkish/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Turkish/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Turkish/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Turkish/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Turkish/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Turkish/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Turkish/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Turkish/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Turkish/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Turkish/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Turkish/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Turkish/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Turkish/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Turkish/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Turkish/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Turkish/ERR_INVALID_URL
+file path=usr/squid/share/errors/Turkish/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Turkish/ERR_NO_RELAY
+file path=usr/squid/share/errors/Turkish/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Turkish/ERR_READ_ERROR
+file path=usr/squid/share/errors/Turkish/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Turkish/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Turkish/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Turkish/ERR_TOO_BIG
+file path=usr/squid/share/errors/Turkish/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Turkish/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Turkish/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Turkish/ERR_ZERO_SIZE_OBJECT
+file errors/Turkish/README path=usr/squid/share/errors/Turkish/README
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_INVALID_URL
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_NO_RELAY
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_READ_ERROR
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_TOO_BIG
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Ukrainian-1251/ERR_ZERO_SIZE_OBJECT
+file errors/Ukrainian-1251/README \
+    path=usr/squid/share/errors/Ukrainian-1251/README
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_INVALID_URL
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_NO_RELAY
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_READ_ERROR
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_TOO_BIG
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_ZERO_SIZE_OBJECT
+file errors/Ukrainian-koi8-u/README \
+    path=usr/squid/share/errors/Ukrainian-koi8-u/README
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_DNS_FAIL
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_INVALID_REQ
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_INVALID_RESP
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_INVALID_URL
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_NO_RELAY
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_READ_ERROR
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_TOO_BIG
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/Ukrainian-utf8/ERR_ZERO_SIZE_OBJECT
+file errors/Ukrainian-utf8/README \
+    path=usr/squid/share/errors/Ukrainian-utf8/README
+file path=usr/squid/share/icons/anthony-binhex.gif
+file path=usr/squid/share/icons/anthony-bomb.gif
+file path=usr/squid/share/icons/anthony-box.gif
+file path=usr/squid/share/icons/anthony-box2.gif
+file path=usr/squid/share/icons/anthony-c.gif
+file path=usr/squid/share/icons/anthony-compressed.gif
+file path=usr/squid/share/icons/anthony-dir.gif
+file path=usr/squid/share/icons/anthony-dirup.gif
+file path=usr/squid/share/icons/anthony-dvi.gif
+file path=usr/squid/share/icons/anthony-f.gif
+file path=usr/squid/share/icons/anthony-image.gif
+file path=usr/squid/share/icons/anthony-image2.gif
+file path=usr/squid/share/icons/anthony-layout.gif
+file path=usr/squid/share/icons/anthony-link.gif
+file path=usr/squid/share/icons/anthony-movie.gif
+file path=usr/squid/share/icons/anthony-pdf.gif
+file path=usr/squid/share/icons/anthony-portal.gif
+file path=usr/squid/share/icons/anthony-ps.gif
+file path=usr/squid/share/icons/anthony-quill.gif
+file path=usr/squid/share/icons/anthony-script.gif
+file path=usr/squid/share/icons/anthony-sound.gif
+file path=usr/squid/share/icons/anthony-tar.gif
+file path=usr/squid/share/icons/anthony-tex.gif
+file path=usr/squid/share/icons/anthony-text.gif
+file path=usr/squid/share/icons/anthony-unknown.gif
+file path=usr/squid/share/icons/anthony-xbm.gif
+file path=usr/squid/share/icons/anthony-xpm.gif
+file path=usr/squid/share/mib.txt
+legacy pkg=SUNWsquidr \
+    desc="Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more (root) 2.7.STABLE9" \
+    name="Squid Web Proxy Cache (root)"
+legacy pkg=SUNWsquidu \
+    desc="Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more (usr) 2.7.STABLE9" \
+    name="Squid Web Proxy Cache (usr)"
+license squid.license license=GPLv2