diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-03 17:01:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-03 17:01:46 +0000 |
commit | 9cac0d55f3a70f14a12f784ebf725ac4977d5ef6 (patch) | |
tree | e0ab154a37454e5ef154a1f92739acd554b7db2e /perl-install/network/ethernet.pm | |
parent | 210c93bb35fd87ada9cdeb6546763d9cfe344c9f (diff) | |
download | drakx-9cac0d55f3a70f14a12f784ebf725ac4977d5ef6.tar drakx-9cac0d55f3a70f14a12f784ebf725ac4977d5ef6.tar.gz drakx-9cac0d55f3a70f14a12f784ebf725ac4977d5ef6.tar.bz2 drakx-9cac0d55f3a70f14a12f784ebf725ac4977d5ef6.tar.xz drakx-9cac0d55f3a70f14a12f784ebf725ac4977d5ef6.zip |
move and rename network::ethernet::get_eth_categories() into list_modules::ethernet_categories()
(it's closer to the definition of the categories)
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 8 |
1 files changed, 0 insertions, 8 deletions
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]" ] # |