]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1093616: Fix permissions for contrib/replyrc
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 1 Dec 2014 19:34:03 +0000 (20:34 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 1 Dec 2014 19:34:03 +0000 (20:34 +0100)
r=gerv a=glob

Bugzilla/Install/Filesystem.pm

index 061ca53c7248202e539d40f0c4020d2bf2ce3658..523c09fecfc6ca7fc831e26ad2438d0c8a12caa4 100644 (file)
@@ -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 },