1
0
mirror of https://github.com/fspc/dswim.git synced 2025-02-22 08:33:24 -05:00

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

UML exists.
This commit is contained in:
freesource 2001-10-23 05:47:13 +00:00
parent 305b5447c6
commit be742ae6c2

View File

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