From 364bdefaf83dfd5af67f2ee9cef94af78f76f5dc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Sat, 9 Dec 2006 11:58:14 +0000 Subject: [PATCH] Bug 362865: email_in.pl permissions not good after running checksetup.pl - Patch by Bill Barry r=mkanat a=myk git-svn-id: svn://10.0.0.236/trunk@216795 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm index 3a079775404..c13df2893e6 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm @@ -13,6 +13,7 @@ # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander +# Bill Barry package Bugzilla::Install::Filesystem; @@ -108,7 +109,7 @@ sub FILESYSTEM { 'testserver.pl' => { perms => $ws_executable }, 'whine.pl' => { perms => $ws_executable }, 'customfield.pl' => { perms => $owner_executable }, - 'email_in.pl' => { perms => $owner_executable }, + 'email_in.pl' => { perms => $ws_executable }, 'docs/makedocs.pl' => { perms => $owner_executable }, 'docs/rel_notes.txt' => { perms => $ws_readable },