]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by Frédéric...
authorlpsolit%gmail.com <>
Wed, 30 Apr 2008 23:54:48 +0000 (23:54 +0000)
committerlpsolit%gmail.com <>
Wed, 30 Apr 2008 23:54:48 +0000 (23:54 +0000)
Bugzilla/Install/Filesystem.pm

index 55a5abce9aa4f8e663707d76c60b0f3765883390..c19cef4030b569b6b49fd04bade89fff8f38b1c3 100644 (file)
@@ -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