diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-01 11:45:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-01 11:45:00 +0000 |
commit | 489f53769c885c297ea597e61ae2423d18a93ea2 (patch) | |
tree | 0ebd8462251854af5c7ea29a0790e1ca40f9f27d | |
parent | eb54e4ecfb37eb663f7718d5d615a8f944997b41 (diff) | |
download | drakx-489f53769c885c297ea597e61ae2423d18a93ea2.tar drakx-489f53769c885c297ea597e61ae2423d18a93ea2.tar.gz drakx-489f53769c885c297ea597e61ae2423d18a93ea2.tar.bz2 drakx-489f53769c885c297ea597e61ae2423d18a93ea2.tar.xz drakx-489f53769c885c297ea597e61ae2423d18a93ea2.zip |
forward sagem configuration fix
-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 fb9097469..cd0cbcd06 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -47,7 +47,7 @@ If you don't know, choose 'use pppoe'"), $netcnx->{"adsl_$type"} = {}; adsl_conf($netcnx->{"adsl_$type"}, $netc, $intf, $type) or goto conf_adsl_step1; } - if ($type =~ /Sagem/) { + if ($type =~ /sagem/) { $type = 'sagem' . ($type =~ /dhcp/ ? "_dhcp" : ""); $in->do_pkgs->install(qw(adiusbadsl), if_($type =~ /dhcp/, qw(dhcpcd))); $netcnx->{type} = "adsl_$type"; |