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/install_steps_interactive.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/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index e128ea553..5bd9825e9 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -778,7 +778,7 @@ sub updateModulesFromFloppy { sub configureNetwork { my ($o) = @_; require network::ethernet; - modules::load_category($o->{modules_conf}, network::ethernet::get_eth_categories()); + modules::load_category($o->{modules_conf}, list_modules::ethernet_categories()); if ($o->{meta_class} eq 'firewall') { require network::netconnect; |