diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 15:25:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 15:25:29 +0000 |
commit | b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab (patch) | |
tree | 552c5c64693a3b846fe63ff00fe767a355b60462 /perl-install/network/adsl.pm | |
parent | a2c392a9ab83bb9031fb11f99f0101f1f2d9f140 (diff) | |
download | drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.gz drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.bz2 drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.xz drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.zip |
switch from MandrakeSoft to Mandriva
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") { |