diff options
author | damien <damien@mandriva.com> | 2001-08-29 14:27:50 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-08-29 14:27:50 +0000 |
commit | 5d93348018112d58b2ce03db92b37fcde864eeff (patch) | |
tree | ee5b38acfec5b648ca3691736fcb2929c59a4b1f /perl-install/network | |
parent | 3109582da9906a089f97f4d86f97e5a6ad737f6b (diff) | |
download | drakx-5d93348018112d58b2ce03db92b37fcde864eeff.tar drakx-5d93348018112d58b2ce03db92b37fcde864eeff.tar.gz drakx-5d93348018112d58b2ce03db92b37fcde864eeff.tar.bz2 drakx-5d93348018112d58b2ce03db92b37fcde864eeff.tar.xz drakx-5d93348018112d58b2ce03db92b37fcde864eeff.zip |
speedtouch configuration
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/adsl.pm | 1 | ||||
-rw-r--r-- | perl-install/network/tools.pm | 2 |
2 files changed, 2 insertions, 1 deletions
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} }), |