summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-01-18 06:15:24 +0100
committerlpsolit%gmail.com <>2008-01-18 06:15:24 +0100
commit47d78d46b86fcf78724252db680213ffb372823b (patch)
tree472545330c30abe0a680034625c4ca8f8a0229b8 /Bugzilla/Install/Filesystem.pm
parentfb679ee670725eaef88f2983b68ac91542d3a5f6 (diff)
downloadbugzilla-47d78d46b86fcf78724252db680213ffb372823b.tar.gz
bugzilla-47d78d46b86fcf78724252db680213ffb372823b.tar.xz
Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic message
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-rw-r--r--Bugzilla/Install/Filesystem.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 5291c106c..a24dc28ca 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -64,7 +64,6 @@ sub FILESYSTEM {
my $libdir = bz_locations()->{'libpath'};
my $extlib = bz_locations()->{'ext_libpath'};
my $skinsdir = bz_locations()->{'skinsdir'};
- my $localconfig = bz_locations()->{'localconfig'};
my $ws_group = Bugzilla->localconfig->{'webservergroup'};
@@ -117,8 +116,6 @@ sub FILESYSTEM {
'sanitycheck.pl' => { perms => $ws_executable },
'install-module.pl' => { perms => $owner_executable },
- "$localconfig.old" => { perms => $owner_readable },
-
'docs/makedocs.pl' => { perms => $owner_executable },
'docs/rel_notes.txt' => { perms => $ws_readable },
'docs/README.docs' => { perms => $owner_readable },