summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-25 05:50:05 +0100
committerByron Jones <bjones@mozilla.com>2013-03-25 05:50:05 +0100
commit9c177145ceb127429b4dc71499ab879caf607fd4 (patch)
treeb12ee791570ea109f053e942195b05154ade5d14 /Bugzilla/Install/Filesystem.pm
parentddf489ad8abf9e0afa3d4545e784eab7c854bcbe (diff)
downloadbugzilla-9c177145ceb127429b4dc71499ab879caf607fd4.tar.gz
bugzilla-9c177145ceb127429b4dc71499ab879caf607fd4.tar.xz
Bug 849120: change "send error to error reporter" from forking to running a process
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-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 c3f103aaa..6297428af 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -159,6 +159,7 @@ sub FILESYSTEM {
'runtests.pl' => { perms => OWNER_EXECUTE },
'jobqueue.pl' => { perms => OWNER_EXECUTE },
'migrate.pl' => { perms => OWNER_EXECUTE },
+ 'arecibo.pl' => { perms => OWNER_EXECUTE },
'install-module.pl' => { perms => OWNER_EXECUTE },
'Bugzilla.pm' => { perms => CGI_READ },