diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-28 13:26:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-28 13:26:25 +0000 |
commit | ec747dc1097a5f80d220311dc89e9d6ec32cab31 (patch) | |
tree | 88da1b167952608d6ae5d7579927a85baf4767ce /perl-install/network/ethernet.pm | |
parent | 6bd6d9750078047ed4df33564ace48d1cb3c32a9 (diff) | |
download | drakx-ec747dc1097a5f80d220311dc89e9d6ec32cab31.tar drakx-ec747dc1097a5f80d220311dc89e9d6ec32cab31.tar.gz drakx-ec747dc1097a5f80d220311dc89e9d6ec32cab31.tar.bz2 drakx-ec747dc1097a5f80d220311dc89e9d6ec32cab31.tar.xz drakx-ec747dc1097a5f80d220311dc89e9d6ec32cab31.zip |
perl_checker adaptations
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 4752258ce..bee1c283a 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -174,7 +174,7 @@ sub configureNetwork { local $_; any::load_category($in, 'network/main|usb|pcmcia', !$::expert, 1) or return; my @l = detect_devices::getNet() or die N("no network card found"); - my @all_cards = conf_network_card_backend ($netc, $intf, undef, undef, undef, undef); + my @all_cards = conf_network_card_backend($netc, $intf, undef, undef, undef, undef); configureNetwork_step_1: my $n_card = 0; |