From a774928282e06d0b306b8ddb35c02fe752515d87 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 30 Apr 2008 23:54:48 +0000 Subject: [PATCH] =?utf8?q?Bug=20431143:=20data/mail=20and=20data/mimedump-?= =?utf8?q?tmp=20no=20longer=20in=20use=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?utf8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3Dmkanat=20r?= =?utf8?q?=3Djustdave=20a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Filesystem.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 55a5abce9a..c19cef4030 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -189,7 +189,6 @@ sub FILESYSTEM { # pointing at its default permissions. my %create_dirs = ( $datadir => $ws_dir_full_control, - "$datadir/mimedump-tmp" => $ws_dir_writeable, "$datadir/mining" => $ws_dir_readable, "$datadir/duplicates" => $ws_dir_readable, $attachdir => $ws_dir_writeable, @@ -202,9 +201,7 @@ sub FILESYSTEM { # The name of each file, pointing at its default permissions and # default contents. - my %create_files = ( - "$datadir/mail" => { perms => $ws_readable }, - ); + my %create_files = (); # Each standard stylesheet has an associated custom stylesheet that # we create. Also, we create placeholders for standard stylesheets -- 2.47.2