add old ebuilds from svn ub0rlay
[ub0rlay.git] / sci-geosciences / tah / files / local_conf.patch
blob15cb12572ba0831c8d736fd7f36133157b4b5a7f
1 --- tilesGen.pl (revision 7387)
2 +++ tilesGen.pl (working copy)
3 @@ -33,7 +33,7 @@
4 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
5 #-----------------------------------------------------------------------------
6 # Read the config file
7 -my %Config = ReadConfig("tilesAtHome.conf", "general.conf", "authentication.conf", "layers.conf");
8 +my %Config = ReadConfig("$ENV{'HOME'}/.tah/tilesAtHome.conf", "general.conf", "$ENV{'HOME'}/.tah/authentication.conf", "layers.conf");
9 my %EnvironmentInfo = CheckConfig(\%Config);
11 my $Layers = $Config{"Layers"};
12 --- tahlib.pm (revision 7387)
13 +++ tahlib.pm (working copy)
14 @@ -3,7 +3,7 @@
15 # =====================================================================
16 # The following is duplicated from tilesGen.pl
17 # =====================================================================
18 -my %Config = ReadConfig("tilesAtHome.conf", "general.conf", "authentication.conf", "layers.conf");
19 +my %Config = ReadConfig("$ENV{'HOME'}/.tah/tilesAtHome.conf", "general.conf", "$ENV{'HOME'}/.tah/authentication.conf", "layers.conf");
20 my $lastmsglen = 0;
22 my $idleFor = 0;