summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-11-25 18:14:22 +0000
committerFrancois Pons <fpons@mandriva.com>2002-11-25 18:14:22 +0000
commit82098b592eb4c3f093ab51b2d69767fe613d7df0 (patch)
tree11bf24cd02881e1327d2e5df1ee0534d328b6dfe /perl-install
parent72998cad94a44a5f9a6460cf8330d4417dbd2bf5 (diff)
downloaddrakx-82098b592eb4c3f093ab51b2d69767fe613d7df0.tar
drakx-82098b592eb4c3f093ab51b2d69767fe613d7df0.tar.gz
drakx-82098b592eb4c3f093ab51b2d69767fe613d7df0.tar.bz2
drakx-82098b592eb4c3f093ab51b2d69767fe613d7df0.tar.xz
drakx-82098b592eb4c3f093ab51b2d69767fe613d7df0.zip
removed reference to ...->{nb_cards} no more used.
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/ethernet.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 9b4a12643..d403f5094 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -121,7 +121,6 @@ I cannot set up this connection type.")) and return;
#- $intf->{$device}->{NETWORK} : $netadr
#- $intf->{$device}->{ONBOOT} : "yes"
#- $netc output:
-#- $netc->{nb_cards} : nb of ethernet cards
#- $netc->{NET_DEVICE} : this is used to indicate that this eth card is used to connect to internet : $device
#- output:
#- $all_cards : a list of a list ( [eth1, module1], ... , [ethn, modulen]). Pass the ethx as $interface in further call.
@@ -131,7 +130,6 @@ sub conf_network_card_backend {
#-type =static or dhcp
if (!$interface) {
my @all_cards = detect_devices::getNet();
- $netc->{nb_cards} = @all_cards;
my @devs = detect_devices::pcmcia_probe();
modules::mergein_conf("$prefix/etc/modules.conf");