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 +- perl-install/share/rpmsrate | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install') 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} }), diff --git a/perl-install/share/rpmsrate b/perl-install/share/rpmsrate index 8558b93a2..e1d5c3547 100644 --- a/perl-install/share/rpmsrate +++ b/perl-install/share/rpmsrate @@ -496,7 +496,7 @@ EMULATORS 1 xmame xmess INSTALL - 5 pptp-adsl dhcpcd dhcpxd dhcp-client isdn4net isdn4k-utils rp-pppoe pump wireless-tools + 5 pptp-adsl dhcpcd dhcpxd dhcp-client isdn4net isdn4k-utils rp-pppoe pump wireless-tools speedtouch 5 XFree86-SVGA XFree86-server hotplug 4 XFree86-S3 XFree86-S3V XFree86-VGA16 XFree86-Mach64 XFree86-FBDev 3 XFree86-3DLabs -- cgit v1.2.1