Squid 2.6 supports kqueue and hw accelerated SSL via OpenSSL, as well as many other improvements.
22 lines
582 B
Plaintext
22 lines
582 B
Plaintext
$OpenBSD: patch-src_cf_data_pre,v 1.20 2006/10/03 05:00:49 brad Exp $
|
|
--- src/cf.data.pre.orig Fri Sep 22 02:36:51 2006
|
|
+++ src/cf.data.pre Tue Sep 26 19:30:13 2006
|
|
@@ -3280,7 +3280,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
|
|
@@ -3295,7 +3295,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
|