From 5d93348018112d58b2ce03db92b37fcde864eeff Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 29 Aug 2001 14:27:50 +0000 Subject: speedtouch configuration --- perl-install/network/adsl.pm | 1 + perl-install/network/tools.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 9ed58ac49..376683a25 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -115,6 +115,7 @@ qq{noauth noipdefault pty "/usr/bin/pppoa2 -vpi $1 -vci $2" sync +kdebug 1 noaccomp nopcomp noccp diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index 3f16c919b..015e438aa 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -81,7 +81,7 @@ sub ask_info2 { if__($cnx->{phone_out}, { label => _("Provider phone number"), val => \$cnx->{phone_out} }), if__($netc->{dnsServer2}, { label => _("Provider dns 1 (optional)"), val => \$netc->{dnsServer2} }), if__($netc->{dnsServer3}, { label => _("Provider dns 2 (optional)"), val => \$netc->{dnsServer3} }), - if__($netc->{vpivci}, { label => _("Choose your country"), val => \$netc->{vpivci}, list => ['Netherlands', 'France', 'Belgium', 'Italy', 'UK'] }), + if__($cnx->{vpivci}, { label => _("Choose your country"), val => \$netc->{vpivci}, list => ['Netherlands', 'France', 'Belgium', 'Italy', 'UK'] }), if__($cnx->{dialing_mode}, { label => _("Dialing mode"), val => \$cnx->{dialing_mode},list=>["auto","manual"]}), if__($cnx->{speed}, { label => _("Connection speed"), val => \$cnx->{speed}, list => ["64 Kb/s", "128 Kb/s"]}), if__($cnx->{huptimeout}, { label => _("Connection timeout (in sec)"), val => \$cnx->{huptimeout} }), -- cgit v1.2.1