From 9cac0d55f3a70f14a12f784ebf725ac4977d5ef6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Jan 2005 17:01:46 +0000 Subject: move and rename network::ethernet::get_eth_categories() into list_modules::ethernet_categories() (it's closer to the definition of the categories) --- perl-install/network/ethernet.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'perl-install/network/ethernet.pm') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index ec037fff2..66562b5ed 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -8,10 +8,6 @@ use detect_devices; use common; use run_program; use network::tools; -use vars qw(@ISA @EXPORT); - -@ISA = qw(Exporter); -@EXPORT = qw(get_eth_categories); sub write_ether_conf { my ($in, $modules_conf, $netcnx, $netc, $intf) = @_; @@ -37,10 +33,6 @@ sub mapIntfToDevice { } -sub get_eth_categories() { - 'network/main|gigabit|pcmcia|usb|wireless|firewire'; -} - # return list of [ intf_name, module, device_description ] tuples such as: # [ "eth0", "3c59x", "3Com Corporation|3c905C-TX [Fast Etherlink]" ] # -- cgit v1.2.1