From: lpsolit%gmail.com <> Date: Sat, 9 Dec 2006 19:58:14 +0000 (+0000) Subject: Bug 362865: email_in.pl permissions not good after running checksetup.pl - Patch... X-Git-Tag: bugzilla-2.23.4~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146561b4dece24b5a6857a00b7074acc23f11f1f;p=thirdparty%2Fbugzilla.git Bug 362865: email_in.pl permissions not good after running checksetup.pl - Patch by Bill Barry r=mkanat a=myk --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 3a07977540..c13df2893e 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/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 },