gitweb_config.perl: set umask to 002
commitf2dd5a5cda61e3f7bcfc3d9d94a77a08d66000b5
authorKyle J. McKay <mackyle@gmail.com>
Tue, 19 Nov 2013 01:41:00 +0000 (18 17:41 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 19 Nov 2013 01:41:00 +0000 (18 17:41 -0800)
tree8d2182072f3adc74bdf037a2ce94bd81b403325c
parent0f77874c723845e75b3bb7e2ef137a2fcf364bd6
gitweb_config.perl: set umask to 002

When the $cache_grpshared knob is set to true (as it is in our config
file), the cache file will be created with mode 0660 instead of 0600.

However, that mode is then restricted by the current umask.  So unless
the default umask of 022 is changed, a true $cache_grpshared setting
will have no effect whatsoever on the permissions of the cache file.

Set the umask to 002 so that the desired $cache_grpshared = 1 setting
actually takes effect.
gitweb/gitweb_config.perl