From f1b28317af15c7c019d4043adb96cf3548a6e5b6 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 11 Apr 2005 08:31:32 +0000 Subject: Change the URL of the mirrorsfull.list for installation of the updates --- perl-install/crypto.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 033a87fc6..5f22e1500 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -94,9 +94,8 @@ sub mirrors { $f = \*DATA; } else { #- contact the following URL to retrieve the list of mirrors. - #- http://www.linux-mandrake.com/mirrorsfull.list require http; - $f = http::getFile("http://www.linux-mandrake.com/mirrorsfull.list"); + $f = http::getFile("http://www.mandrivalinux.com/mirrorsfull.list"); } local $SIG{ALRM} = sub { die "timeout" }; -- cgit v1.2.1