]> 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:34:25 +0000 (23:34 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Feb 2011 22:34:25 +0000 (23:34 +0100)
r/a=mkanat

Bugzilla/Install/Filesystem.pm

index 3a4473ae3a0216f5a42822e0c926f0556a82150b..ce20fcda503ac7d710903884d4736b4e85b5c34c 100644 (file)
@@ -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 },