From 82098b592eb4c3f093ab51b2d69767fe613d7df0 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 25 Nov 2002 18:14:22 +0000 Subject: removed reference to ...->{nb_cards} no more used. --- perl-install/network/ethernet.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/network/ethernet.pm') 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"); -- cgit v1.2.1