head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.1.1.1.0.6 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.4 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.02.05.14.09.03; author taca; state dead; branches; next 1.1; 1.1 date 2008.09.12.15.09.19; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.12.15.09.19; author taca; state Exp; branches; next ; desc @@ 1.2 log @Remove www/squid26. Squid 2.6's support was end. Please use www/squid27 instead. @ text @$NetBSD: patch-ak,v 1.1 2008/09/12 15:09:19 taca Exp $ --- src/cf.data.pre.orig 2008-06-28 06:05:08.000000000 +0900 +++ src/cf.data.pre @@@@ -2292,6 +2292,18 @@@@ DOC_START formats). To enable this logging set log_mime_hdrs to 'on'. DOC_END +NAME: log_mime_hdrs_list +TYPE: wordlist +LOC: Config.log_mime_hdrs_list +DEFAULT: all +DOC_START + This list specifies which headers should be passed when + header logging is enabled by 'log_mime_hdrs on'. You can + specify list of header names or 'all'. + +log_mime_hdrs_list all +DOC_END + NAME: useragent_log TYPE: string LOC: Config.Log.useragent @@@@ -3392,12 +3404,12 @@@@ DOC_END NAME: cache_effective_user TYPE: string -DEFAULT: nobody +DEFAULT: @@USER@@ LOC: Config.effectiveUser DOC_START If you start Squid as root, it will change its effective/real UID/GID to the user specified below. The default is to change - to UID to nobody. If you define cache_effective_user, but not + to UID to @@USER@@. If you define cache_effective_user, but not cache_effective_group, Squid sets the GID to the effective user's default group ID (taken from the password file) and supplementary group list from the from groups membership of @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Importing squid-2.6.21 (2.6.STABLE21) package as www/squid26. * This is legacy stable release but I keep it for a while. * Switch to new squid package frame work. * Drop RunCache support. Bump PKGREVISION. @ text @@