From d58e2e3a7ed1de49cb1ec8db7617df50b65b8957 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 7 Sep 2004 12:55:36 +0000 Subject: Install from a CD with a networked HTTP media : force reloading of IO::Socket::INET after having brought up the network interface. It won't work otherwise (for mysterious reasons.) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index fc9f1c3da..7d7f40a45 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -465,7 +465,7 @@ sub selectSupplMedia { } else { my $url = $o->ask_from_entry('', N("URL of the mirror?")) or return ''; useMedium($medium_name); - require "$suppl_method.pm"; + require "$suppl_method.pm"; #- require http or ftp #- first, try to find an hdlists file eval { pkgs::psUsingHdlists($o, $suppl_method, $url, $o->{packages}, $medium_name, \&setup_suppl_medium) }; if ($@) { -- cgit v1.2.1