summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-09-24 10:47:55 +0000
committerdamien <damien@mandriva.com>2001-09-24 10:47:55 +0000
commit3f1a424f57a5331fe4639937045c5e5b7ba188f3 (patch)
tree99708333aa0a730d65636b88c0286f5c0951ee3e
parent0bc38e48d4a05d229a2a333ee46c3956d37059ee (diff)
downloaddrakx-backup-do-not-use-3f1a424f57a5331fe4639937045c5e5b7ba188f3.tar
drakx-backup-do-not-use-3f1a424f57a5331fe4639937045c5e5b7ba188f3.tar.gz
drakx-backup-do-not-use-3f1a424f57a5331fe4639937045c5e5b7ba188f3.tar.bz2
drakx-backup-do-not-use-3f1a424f57a5331fe4639937045c5e5b7ba188f3.tar.xz
drakx-backup-do-not-use-3f1a424f57a5331fe4639937045c5e5b7ba188f3.zip
bug fix
-rw-r--r--perl-install/network/ethernet.pm2
-rw-r--r--perl-install/network/netconnect.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 628d61886..0591df8d8 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -174,7 +174,7 @@ sub go_ethernet {
sub configureNetwork {
my ($netc, $intf, $first_time) = @_;
local $_;
- any::setup_thiskind($in, 'net', !$::expert, 1) if $netc->{autodetection};
+ any::setup_thiskind($in, 'net', !$::expert, 1);
my @l = detect_devices::getNet() or die _("no network card found");
my @all_cards = conf_network_card_backend ($netc, $intf, undef, undef, undef, undef);
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 79e605862..ea8c1574b 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -192,7 +192,7 @@ ifdown eth0
changed => sub {
return if !$netc->{autodetection};
my $c = 0;
- $conf{adsl} and $c++;
+#- $conf{adsl} and $c++;
$conf{cable} and $c++;
my $a = keys(%{$netc->{autodetect}{lan}});
0 < $a && $a <= $c and $conf{lan} = undef;