Browse Source

Made $swim_conf to /etc/dswim because used to be /etc/swim, good thing that

UML exists.
master
freesource 23 years ago
parent
commit
be742ae6c2
  1. 4
      SWIM/Conf.pm

4
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';
#############

Loading…
Cancel
Save