From 7dd1f94c99a1f049023e60a012277b24ce7793f7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 19 Oct 2004 13:11:51 +0000 Subject: There are mirrors in many new countries now. (and sort the list) --- perl-install/crypto.pm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index b0e8b5631..570eb908c 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -11,17 +11,22 @@ use log; use ftp; %url2land = ( - fr => N("France"), - cr => N("Costa Rica"), + at => N("Austria"), be => N("Belgium"), + ch => N("Switzerland"), + cr => N("Costa Rica"), cz => N("Czech Republic"), de => N("Germany"), + fr => N("France"), gr => N("Greece"), + hu => N("Hungary"), + it => N("Italy"), + nl => N("Netherlands"), no => N("Norway"), + pl => N("Poland"), se => N("Sweden"), - nl => N("Netherlands"), - it => N("Italy"), - at => N("Austria"), + sk => N("Slovakia"), + tw => N("Taiwan"), ); %land2tzs = ( -- cgit v1.2.1