From 0550926332afc54b497af18c20e97e93e070b135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 17 Feb 2011 23:32:31 +0100 Subject: [PATCH] Bug 634826: .htaccess file permissions are not set by checksetup.pl r/a=mkanat --- Bugzilla/Install/Filesystem.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 0bad637089..2845728bce 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 }, -- 2.47.2