diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-25 05:50:05 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-25 05:50:05 +0100 |
commit | 9c177145ceb127429b4dc71499ab879caf607fd4 (patch) | |
tree | b12ee791570ea109f053e942195b05154ade5d14 /Bugzilla/Install | |
parent | ddf489ad8abf9e0afa3d4545e784eab7c854bcbe (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
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 }, |