summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-08-24 12:50:01 +0000
committerdamien <damien@mandriva.com>2001-08-24 12:50:01 +0000
commit9676a46126dfcee87d92004e77e87d6de3c9e3bb (patch)
tree8ddf28bb389f85d642a963ca4d205e6f198121d5
parent728503a1132a0d046e2e7bff93d3a52ce9ae862f (diff)
downloaddrakx-backup-do-not-use-9676a46126dfcee87d92004e77e87d6de3c9e3bb.tar
drakx-backup-do-not-use-9676a46126dfcee87d92004e77e87d6de3c9e3bb.tar.gz
drakx-backup-do-not-use-9676a46126dfcee87d92004e77e87d6de3c9e3bb.tar.bz2
drakx-backup-do-not-use-9676a46126dfcee87d92004e77e87d6de3c9e3bb.tar.xz
drakx-backup-do-not-use-9676a46126dfcee87d92004e77e87d6de3c9e3bb.zip
bugfix, speedtouch help
-rw-r--r--perl-install/network/adsl.pm20
1 files changed, 12 insertions, 8 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 815fead0d..9ed58ac49 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -12,7 +12,7 @@ use MDK::Common::Globals "network", qw($in $prefix $connect_file $disconnect_fil
@ISA = qw(Exporter);
@EXPORT = qw(adsl_ask_info adsl_detect adsl_conf adsl_conf_backend);
-sub configure{
+sub configure {
my ($netcnx, $netc, $intf, $first_time) = @_;
$::isInstall and $in->set_help('configureNetworkADSL');
conf_adsl_step1:
@@ -127,14 +127,18 @@ $USERLINE
defaultroute
user "$adsl->{login}"
});
- modules::add_alias($_->[0], $_->[1]) foreach([char-major-108, ppp_generic],
- [tty-ldisc-3, ppp_async],
- [tty-ldisc-13, n_hdlc],
- [tty-ldisc-14, ppp_synctty],
- [ppp-compress-21, bsd_comp],
- [ppp-compress-24, ppp_deflate],
- [ppp-compress-26, ppp_deflate]);
+ modules::add_alias($_->[0], $_->[1]) foreach (['char-major-108', 'ppp_generic'],
+ ['tty-ldisc-3', 'ppp_async'],
+ ['tty-ldisc-13', 'n_hdlc'],
+ ['tty-ldisc-14', 'ppp_synctty'],
+ ['ppp-compress-21', 'bsd_comp'],
+ ['ppp-compress-24', 'ppp_deflate'],
+ ['ppp-compress-26', 'ppp_deflate']);
$::isStandalone and modules::write_conf($prefix);
+ $in->ask_warn('', _('You need the alcatel microcode.
+Downlaod it at
+http://www.alcatel.com/consumer/dsl/dvrreg_lx.htm
+and copy the mgmt.o in /usr/share/speedtouch'))
}
if ($adsl_type eq 'pptp') {