summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-01-21 02:50:05 +0100
committerByron Jones <glob@mozilla.com>2015-01-21 02:50:05 +0100
commitcc0c7334f275da3e372caa78de1668c71e690ea8 (patch)
treed5fbbba15a3338e32990425ff0856e10d15f46f0 /Bugzilla/Install
parent6279e605fcdd8905ddb908f7791da148bca32cbe (diff)
downloadbugzilla-cc0c7334f275da3e372caa78de1668c71e690ea8.tar.gz
bugzilla-cc0c7334f275da3e372caa78de1668c71e690ea8.tar.xz
Bug 1122269: no longer have access to https://bugzilla.mozilla.org/cvs-update.log
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm13
1 files changed, 7 insertions, 6 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index dd136d38d..2b7e3781c 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -166,12 +166,13 @@ sub FILESYSTEM {
'install-module.pl' => { perms => OWNER_EXECUTE },
'clean-bug-user-last-visit.pl' => { perms => WS_EXECUTE },
- 'Bugzilla.pm' => { perms => CGI_READ },
- "$localconfig*" => { perms => CGI_READ },
- 'bugzilla.dtd' => { perms => WS_SERVE },
- 'mod_perl.pl' => { perms => WS_SERVE },
- 'robots.txt' => { perms => WS_SERVE },
- '.htaccess' => { perms => WS_SERVE },
+ 'Bugzilla.pm' => { perms => CGI_READ },
+ "$localconfig*" => { perms => CGI_READ },
+ 'bugzilla.dtd' => { perms => WS_SERVE },
+ 'mod_perl.pl' => { perms => WS_SERVE },
+ 'robots.txt' => { perms => WS_SERVE },
+ '.htaccess' => { perms => WS_SERVE },
+ 'cvs-update.log' => { perms => WS_SERVE },
'contrib/README' => { perms => OWNER_WRITE },
'contrib/*/README' => { perms => OWNER_WRITE },