From cc0c7334f275da3e372caa78de1668c71e690ea8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 21 Jan 2015 09:50:05 +0800 Subject: Bug 1122269: no longer have access to https://bugzilla.mozilla.org/cvs-update.log --- Bugzilla/Install/Filesystem.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Bugzilla/Install') 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 }, -- cgit v1.2.3-24-g4f1b