diff options
Diffstat (limited to 'www/squid26/files/patch-src-cf.data.pre')
-rw-r--r-- | www/squid26/files/patch-src-cf.data.pre | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/squid26/files/patch-src-cf.data.pre b/www/squid26/files/patch-src-cf.data.pre new file mode 100644 index 000000000000..2a8e1eff429f --- /dev/null +++ b/www/squid26/files/patch-src-cf.data.pre @@ -0,0 +1,20 @@ +--- src/cf.data.pre.orig Thu May 1 14:07:51 2003 ++++ src/cf.data.pre Thu May 1 14:13:12 2003 +@@ -2325,7 +2325,7 @@ + + NAME: cache_effective_user + TYPE: string +-DEFAULT: nobody ++DEFAULT: %%SQUID_UID%% + LOC: Config.effectiveUser + DOC_NONE + +@@ -2337,7 +2337,7 @@ + + If you start Squid as root, it will change its effective/real + UID/GID to the UID/GID specified below. The default is to +- change to UID to nobody. If you define cache_effective_user, ++ change to UID to %%SQUID_UID%%. If you define cache_effective_user, + but not cache_effective_group, Squid sets the GID the + effective user's default group ID (taken from the password + file). |