summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-20 21:07:31 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-20 21:07:31 +0100
commit4983a7bcf0dccc254376462ce3bd00df05306563 (patch)
tree6d102180885056fe0b4c5b98d290c07238fea733 /Bugzilla/Install/Filesystem.pm
parentdd9c365233b1418e44b2add9df0c521577a0c181 (diff)
downloadbugzilla-4983a7bcf0dccc254376462ce3bd00df05306563.tar.gz
bugzilla-4983a7bcf0dccc254376462ce3bd00df05306563.tar.xz
Bug 546871: Make checksetup.pl not try to fix the permissions of
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 0 insertions, 1 deletions
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 },