]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 362865: email_in.pl permissions not good after running checksetup.pl - Patch...
authorlpsolit%gmail.com <>
Sat, 9 Dec 2006 19:58:14 +0000 (19:58 +0000)
committerlpsolit%gmail.com <>
Sat, 9 Dec 2006 19:58:14 +0000 (19:58 +0000)
Bugzilla/Install/Filesystem.pm

index 3a0797754045412b3f0e3e7bdf63ed5bf87ee630..c13df2893e65a03e97f3321df76e0f9f92be530d 100644 (file)
@@ -13,6 +13,7 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Bill Barry <after.fallout@gmail.com>
 
 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 },