c813d99c13
- [Major] Error introduced in 2.5.STABLE11 causing truncated responses when using delay pools (Bug #1405)
22 lines
582 B
Plaintext
22 lines
582 B
Plaintext
$OpenBSD: patch-src_cf_data_pre,v 1.19 2005/10/29 23:26:39 brad Exp $
|
|
--- src/cf.data.pre.orig Thu Oct 20 13:28:08 2005
|
|
+++ src/cf.data.pre Tue Oct 25 21:27:32 2005
|
|
@@ -2482,7 +2482,7 @@ DOC_END
|
|
|
|
NAME: cache_effective_user
|
|
TYPE: string
|
|
-DEFAULT: nobody
|
|
+DEFAULT: _squid
|
|
LOC: Config.effectiveUser
|
|
DOC_START
|
|
If you start Squid as root, it will change its effective/real
|
|
@@ -2497,7 +2497,7 @@ DOC_END
|
|
|
|
NAME: cache_effective_group
|
|
TYPE: string
|
|
-DEFAULT: none
|
|
+DEFAULT: _squid
|
|
LOC: Config.effectiveGroup
|
|
DOC_START
|
|
If you want Squid to run with a specific GID regardless of
|