2011-05-30 16:56:30 -04:00
|
|
|
$OpenBSD: patch-src_cf_data_pre,v 1.32 2011/05/30 20:56:30 sthen Exp $
|
|
|
|
--- src/cf.data.pre.orig Mon Nov 9 17:38:57 2009
|
|
|
|
+++ src/cf.data.pre Sun May 29 16:36:32 2011
|
|
|
|
@@ -3738,7 +3738,7 @@ NAME: shutdown_lifetime
|
|
|
|
COMMENT: time-units
|
|
|
|
TYPE: time_t
|
|
|
|
LOC: Config.shutdownLifetime
|
|
|
|
-DEFAULT: 30 seconds
|
|
|
|
+DEFAULT: 20 seconds
|
|
|
|
DOC_START
|
|
|
|
When SIGTERM or SIGHUP is received, the cache is put into
|
|
|
|
"shutdown pending" mode until all active sockets are closed.
|
2009-02-08 10:04:33 -05:00
|
|
|
@@ -3787,7 +3787,7 @@ DOC_END
|
2002-02-20 15:31:26 -05:00
|
|
|
|
|
|
|
NAME: cache_effective_user
|
|
|
|
TYPE: string
|
|
|
|
-DEFAULT: nobody
|
2003-07-08 16:43:20 -04:00
|
|
|
+DEFAULT: _squid
|
2002-02-20 15:31:26 -05:00
|
|
|
LOC: Config.effectiveUser
|
2004-10-20 17:44:20 -04:00
|
|
|
DOC_START
|
|
|
|
If you start Squid as root, it will change its effective/real
|
2009-02-08 10:04:33 -05:00
|
|
|
@@ -3801,7 +3801,7 @@ DOC_END
|
2002-02-20 15:31:26 -05:00
|
|
|
|
|
|
|
NAME: cache_effective_group
|
|
|
|
TYPE: string
|
|
|
|
-DEFAULT: none
|
2003-07-08 16:43:20 -04:00
|
|
|
+DEFAULT: _squid
|
2002-02-20 15:31:26 -05:00
|
|
|
LOC: Config.effectiveGroup
|
|
|
|
DOC_START
|
2004-10-20 17:44:20 -04:00
|
|
|
If you want Squid to run with a specific GID regardless of
|