diff options
author | lpsolit%gmail.com <> | 2008-05-01 01:54:48 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-05-01 01:54:48 +0200 |
commit | a774928282e06d0b306b8ddb35c02fe752515d87 (patch) | |
tree | 04fcec9e2a009df58943f114d6d821ae31c2065b /Bugzilla | |
parent | 4e8eba7e7e1ea9007ce2dc8c51ffdf6c377d8b9b (diff) | |
download | bugzilla-a774928282e06d0b306b8ddb35c02fe752515d87.tar.gz bugzilla-a774928282e06d0b306b8ddb35c02fe752515d87.tar.xz |
Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 55a5abce9..c19cef403 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 |