From 91daae81333182f281cc2e68616813379f3bd0e1 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 7 Oct 2004 12:39:58 +0000 Subject: corrected "Morocco" name; converted to UTF-8 --- perl-install/network/adsl_consts.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'perl-install/network/adsl_consts.pm') diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index b470a6025..3968c7e2e 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -306,7 +306,7 @@ our %adsl_data = ( Encapsulation => 3, }, - N("France") . "|Free non dégroupé 512/128 & 1024/128" => + N("France") . "|Free non dégroupé 512/128 & 1024/128" => { vpi => 8, vci => 23, @@ -317,7 +317,7 @@ our %adsl_data = ( DOMAINNAME2 => 'free.fr', }, - N("France") . "|Free dégroupé 1024/256 (mini)" => + N("France") . "|Free dégroupé 1024/256 (mini)" => { vpi => 8, vci => 24, @@ -327,7 +327,7 @@ our %adsl_data = ( DOMAINNAME2 => 'free.fr', }, - N("France") . "|n9uf tel9com 512 & dégroupé 1024" => + N("France") . "|n9uf tel9com 512 & dégroupé 1024" => { vpi => 8, vci => 23, @@ -337,7 +337,7 @@ our %adsl_data = ( method => 'pppoa', }, - N("France") . "|Cegetel non dégroupé 512 IP/ADSL et dégroupé" => + N("France") . "|Cegetel non dégroupé 512 IP/ADSL et dégroupé" => { vpi => 8, vci => 23, @@ -369,7 +369,7 @@ our %adsl_data = ( DOMAINNAME2 => 'wanadoo.fr', }, - N("France") . "|Télé2" => + N("France") . "|Télé2" => { vpi => 8, vci => 23, @@ -484,7 +484,7 @@ our %adsl_data = ( method => 'pppoe', }, - N("Morrocco") . "|Maroc Telecom" => + N("Morocco") . "|Maroc Telecom" => { vpi => 8, vci => 23, @@ -528,7 +528,7 @@ our %adsl_data = ( Encapsulation => 1, }, - N("Spain") . "|Telefónica IP dinámica" => + N("Spain") . "|Telefónica IP dinámica" => { vpi => 8, vci => 20, @@ -537,7 +537,7 @@ our %adsl_data = ( dnsServer3 => '80.58.0.97', method => 'pppoe', }, - N("Spain") . "|Telefónica ip fija" => + N("Spain") . "|Telefónica ip fija" => { vpi => 8, vci => 20, -- cgit v1.2.1