From: Frédéric Buclin Date: Thu, 17 Feb 2011 22:34:25 +0000 (+0100) Subject: Bug 634826: .htaccess file permissions are not set by checksetup.pl X-Git-Tag: bugzilla-4.0.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050f546f3d0d0fee1dad28a2ece684ba3a2a987d;p=thirdparty%2Fbugzilla.git Bug 634826: .htaccess file permissions are not set by checksetup.pl r/a=mkanat --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 3a4473ae3a..ce20fcda50 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -163,6 +163,7 @@ sub FILESYSTEM { 'bugzilla.dtd' => { perms => WS_SERVE }, 'mod_perl.pl' => { perms => WS_SERVE }, 'robots.txt' => { perms => WS_SERVE }, + '.htaccess' => { perms => WS_SERVE }, 'contrib/README' => { perms => OWNER_WRITE }, 'contrib/*/README' => { perms => OWNER_WRITE },