diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-11 08:31:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-11 08:31:32 +0000 |
commit | f1b28317af15c7c019d4043adb96cf3548a6e5b6 (patch) | |
tree | 89f8279bb17dd1ea3626bf27ab34a6475fa579fa /perl-install | |
parent | 74728ec12bc0be9a8eb18f9d442384fb9eedc7c5 (diff) | |
download | drakx-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar drakx-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar.gz drakx-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar.bz2 drakx-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar.xz drakx-f1b28317af15c7c019d4043adb96cf3548a6e5b6.zip |
Change the URL of the mirrorsfull.list for installation of the updates
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/crypto.pm | 3 |
1 files changed, 1 insertions, 2 deletions
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" }; |