From 47d78d46b86fcf78724252db680213ffb372823b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 18 Jan 2008 05:15:24 +0000 Subject: Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic message --- Bugzilla/Install/Filesystem.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bugzilla/Install/Filesystem.pm') 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 }, -- cgit v1.2.3-24-g4f1b