openbsd-ports/www/squid/patches/patch-aa
1999-05-09 20:01:50 +00:00

30 lines
621 B
Plaintext

--- src/cf.data.pre.orig Fri Apr 23 12:47:40 1999
+++ src/cf.data.pre Fri Apr 23 12:48:33 1999
@@ -1629,13 +1629,13 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: www
LOC: Config.effectiveUser
DOC_NONE
NAME: cache_effective_group
TYPE: string
-DEFAULT: nogroup
+DEFAULT: www
LOC: Config.effectiveGroup
DOC_START
@@ -1647,8 +1647,8 @@
current UID/GID. Note that if Squid is not started as root then
you cannot set http_port to a value lower than 1024.
-cache_effective_user nobody
-cache_effective_group nogroup
+cache_effective_user www
+cache_effective_group www
DOC_END