diff options
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r-- | perl-install/network/adsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index e521443b9..fc7d7d95e 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -379,7 +379,7 @@ METRIC=$metric $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 + #- remove the "speedtch off" alias that was written by Mandrivalinux 10.0 $adsl_device eq 'speedtouch' and $modules_conf->remove_alias('speedtch'); if ($adsl_type eq "capi") { |