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/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') 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' -- cgit v1.2.1