From 4983a7bcf0dccc254376462ce3bd00df05306563 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sat, 20 Feb 2010 12:07:31 -0800 Subject: Bug 546871: Make checksetup.pl not try to fix the permissions of bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit --- Bugzilla/Install/Filesystem.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 44c34718e..4dc8a484d 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -137,7 +137,6 @@ sub FILESYSTEM { 'docs/style.css' => { perms => $ws_readable }, 'docs/*/rel_notes.txt' => { perms => $ws_readable }, 'docs/*/README.docs' => { perms => $owner_readable }, - "$datadir/bugzilla-update.xml" => { perms => $ws_writeable }, "$datadir/params" => { perms => $ws_writeable }, "$datadir/old-params.txt" => { perms => $owner_readable }, "$extensionsdir/create.pl" => { perms => $owner_executable }, -- cgit v1.2.3-24-g4f1b