summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-02-17 23:32:31 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-02-17 23:32:31 +0100
commit0550926332afc54b497af18c20e97e93e070b135 (patch)
treeb6b2dc3c716d458d7de7e43e48dd19ed3568a42c /Bugzilla/Install
parentdf836fe5273bb31271230be3871dc0061ab0bd8f (diff)
downloadbugzilla-0550926332afc54b497af18c20e97e93e070b135.tar.gz
bugzilla-0550926332afc54b497af18c20e97e93e070b135.tar.xz
Bug 634826: .htaccess file permissions are not set by checksetup.pl
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 0bad63708..2845728bc 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -164,6 +164,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 },