diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-22 12:04:00 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-22 12:04:00 +0000 |
commit | ce2cad8ca6b36583993bbef1b048326b2b870a99 (patch) | |
tree | 49384ee1b20eb8df4e1b7aac930c9f65491c2257 /perl-install/network | |
parent | 8974ec2c9659a7e55fe1cbb411ce5e8e61bc7f97 (diff) | |
download | drakx-ce2cad8ca6b36583993bbef1b048326b2b870a99.tar drakx-ce2cad8ca6b36583993bbef1b048326b2b870a99.tar.gz drakx-ce2cad8ca6b36583993bbef1b048326b2b870a99.tar.bz2 drakx-ce2cad8ca6b36583993bbef1b048326b2b870a99.tar.xz drakx-ce2cad8ca6b36583993bbef1b048326b2b870a99.zip |
rename "|Télé2 128k " as "|Télé2" so that users don't choose a random
provider with wrong vci/vpi settings
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index c940f3e45..f0228ff14 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -193,7 +193,7 @@ our %adsl_data = ( DOMAINNAME2 => 'wanadoo.fr', }, - N("France") . "|Télé2 128k " => + N("France") . "|Télé2" => { vpi => 8, vci => 23, |