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/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/network.pm') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index ed5fa646d..cad6eb7d5 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -379,7 +379,7 @@ sub easy_dhcp { require modules; require network::ethernet; - modules::load_category($modules_conf, network::ethernet::get_eth_categories()); + modules::load_category($modules_conf, list_modules::ethernet_categories()); my @all_dev = sort map { $_->[0] } network::ethernet::get_eth_cards($modules_conf); #- only for a single ethernet network card -- cgit v1.2.1