summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-12-01 20:34:03 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-12-01 20:34:03 +0100
commitc0dbbc6e69bdefcb49fd9046f7e830880d3ac513 (patch)
treeb1ec2c0449e8140e70e352a69bd5c8c35e59f42e /Bugzilla/Install
parentdd9352edbe71c999440c9f23e88dfe2d9a68b9e1 (diff)
downloadbugzilla-c0dbbc6e69bdefcb49fd9046f7e830880d3ac513.tar.gz
bugzilla-c0dbbc6e69bdefcb49fd9046f7e830880d3ac513.tar.xz
Bug 1093616: Fix permissions for contrib/replyrc
r=gerv a=glob
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 061ca53c7..523c09fec 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -167,6 +167,7 @@ sub FILESYSTEM {
'contrib/README' => { perms => OWNER_WRITE },
'contrib/*/README' => { perms => OWNER_WRITE },
'contrib/Bugzilla.pm' => { perms => OWNER_WRITE },
+ 'contrib/replyrc' => { perms => OWNER_WRITE },
'docs/bugzilla.ent' => { perms => OWNER_WRITE },
'docs/makedocs.pl' => { perms => OWNER_EXECUTE },
'docs/style.css' => { perms => WS_SERVE },