summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-11 08:31:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-11 08:31:32 +0000
commitf1b28317af15c7c019d4043adb96cf3548a6e5b6 (patch)
tree89f8279bb17dd1ea3626bf27ab34a6475fa579fa /perl-install/crypto.pm
parent74728ec12bc0be9a8eb18f9d442384fb9eedc7c5 (diff)
downloaddrakx-backup-do-not-use-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar
drakx-backup-do-not-use-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar.gz
drakx-backup-do-not-use-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar.bz2
drakx-backup-do-not-use-f1b28317af15c7c019d4043adb96cf3548a6e5b6.tar.xz
drakx-backup-do-not-use-f1b28317af15c7c019d4043adb96cf3548a6e5b6.zip
Change the URL of the mirrorsfull.list for installation of the updates
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm3
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" };