Commit 05509263 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 634826: .htaccess file permissions are not set by checksetup.pl

r/a=mkanat
parent df836fe5
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment