From fbfa514278ff0322e488752df5765556d2b0a18a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Sep 2004 03:18:59 +0000 Subject: (adsl_conf_backend) make sure the speedtch kernel module won't be hidden --- perl-install/network/adsl.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index c840cccb2..1666119aa 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -356,11 +356,13 @@ METRIC=$metric #- set vpi, vci and encapsulation parameters for sagem sagem_set_parameters($netc) if $adsl_device eq 'sagem'; - # set aliases: + #- set aliases if (exists $modems{$adsl_device}{aliases}) { $modules_conf->set_alias($_->[0], $_->[1]) foreach @{$modems{$adsl_device}{aliases}}; $::isStandalone and $modules_conf->write; } + #- remove the "speedtch off" alias that was written by Mandrakelinux 10.0 + $adsl_device eq 'speedtouch' and $modules_conf->remove_alias('speedtch'); if ($adsl_type eq "capi") { require network::isdn; -- cgit v1.2.1