summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-03 17:01:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-03 17:01:46 +0000
commit9cac0d55f3a70f14a12f784ebf725ac4977d5ef6 (patch)
treee0ab154a37454e5ef154a1f92739acd554b7db2e /perl-install/harddrake
parent210c93bb35fd87ada9cdeb6546763d9cfe344c9f (diff)
downloaddrakx-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/harddrake')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index a17b77535..80defff84 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -204,7 +204,7 @@ our @tree =
detector => sub {
require list_modules;
require network::ethernet;
- my @net_modules = list_modules::category2modules(network::ethernet::get_eth_categories());
+ my @net_modules = list_modules::category2modules(list_modules::ethernet_categories());
f(grep {
$_->{media_type} && $_->{media_type} =~ /^NETWORK/
|| $_->{type} && $_->{type} eq 'network'