From be742ae6c22f8a9feff55c9e9a734b4e2eebd309 Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 23 Oct 2001 05:47:13 +0000 Subject: [PATCH] Made $swim_conf to /etc/dswim because used to be /etc/swim, good thing that UML exists. --- SWIM/Conf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWIM/Conf.pm b/SWIM/Conf.pm index c7554cc..98f4521 100644 --- a/SWIM/Conf.pm +++ b/SWIM/Conf.pm @@ -239,7 +239,7 @@ $longswim = "$pre/lib/dswim/longswim"; # /usr/src/kernel-source.version/Documentation. Whether this will speed # things up is a subject of experimentation. my $tmp_home = substr($main::home,1,); -$tmp = "/tmp/.gbootroot_$tmp_home"; +$tmp = "/tmp/.dswim_$tmp_home"; home_builder($tmp); ################## @@ -249,7 +249,7 @@ home_builder($tmp); # if configuration files are not kept in /etc change this # and set up the directories by hand. -$swim_conf = '/etc/swim'; +$swim_conf = '/etc/dswim'; #############