summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2002-09-05 18:18:39 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2002-09-05 18:18:39 +0000
commit68407dc6f1851f2da9a0a736fbf8b180d6e77bc9 (patch)
treec8029cd44580e9ad62d46f0fcf6e9ee939e04e40 /perl-install/network
parentc3e69a2af98e46a6046e8fde819189b3df956954 (diff)
downloaddrakx-backup-do-not-use-68407dc6f1851f2da9a0a736fbf8b180d6e77bc9.tar
drakx-backup-do-not-use-68407dc6f1851f2da9a0a736fbf8b180d6e77bc9.tar.gz
drakx-backup-do-not-use-68407dc6f1851f2da9a0a736fbf8b180d6e77bc9.tar.bz2
drakx-backup-do-not-use-68407dc6f1851f2da9a0a736fbf8b180d6e77bc9.tar.xz
drakx-backup-do-not-use-68407dc6f1851f2da9a0a736fbf8b180d6e77bc9.zip
- Remove ECI ADSL modem from menu until we have an agreement
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/adsl.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 00e91cb26..301598f11 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -16,10 +16,14 @@ sub configure {
my ($netcnx, $netc, $intf, $first_time) = @_;
$::isInstall and $in->set_help('configureNetworkADSL');
conf_adsl_step1:
+ # my $type = $in->ask_from_list_(_("Connect to the Internet"),
+ # _("The most common way to connect with adsl is pppoe.
+ # Some connections use pptp, a few ones use dhcp.
+ # If you don't know, choose 'use pppoe'"), [__("use pppoe"), __("use pptp"), __("use dhcp"), __("Alcatel speedtouch usb"), __("ECI Hi-Focus")]) or return;
my $type = $in->ask_from_list_(_("Connect to the Internet"),
_("The most common way to connect with adsl is pppoe.
Some connections use pptp, a few ones use dhcp.
-If you don't know, choose 'use pppoe'"), [__("use pppoe"), __("use pptp"), __("use dhcp"), __("Alcatel speedtouch usb"), __("ECI Hi-Focus")]) or return;
+If you don't know, choose 'use pppoe'"), [__("use pppoe"), __("use pptp"), __("use dhcp"), __("Alcatel speedtouch usb")]) or return;
$type =~ s/use //;
if ($type eq 'pppoe') {
$in->do_pkgs->install("rp-$type");