]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 634826: .htaccess file permissions are not set by checksetup.pl
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Feb 2011 22:32:31 +0000 (23:32 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Feb 2011 22:32:31 +0000 (23:32 +0100)
r/a=mkanat

Bugzilla/Install/Filesystem.pm

index 0bad63708994ff6988fb40f7971f8f1b1c048773..2845728bce78c3ef7677881ed3540a86e8944846 100644 (file)
@@ -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 },