From a27c82fc4dafe8eb5415ed0546f4db12d0167b02 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 29 Dec 2002 12:33:09 +0000 Subject: any::load_category_no_message() doesn't exist anymore, it really is modules::load_category() ! --- perl-install/standalone/drakconnect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index a54775f02..afea1894f 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -30,7 +30,7 @@ use network::tools; use network::modem; use network; use c; -use any; +use modules; use network::isdn; use network::adsl; use MDK::Common::Globals "network", qw($in $prefix $disconnect_file $connect_prog $connect_file $disconnect_file); @@ -64,7 +64,7 @@ require ugtk2; import ugtk2 qw(:helpers :wrappers); my $expert_mode = 0; network::netconnect::read_net_conf('', $netcnx, $netc); -any::load_category_no_message('net', undef); +modules::load_category('net'); my @all_cards = network::ethernet::conf_network_card_backend($netc, $intf, undef, undef, undef, undef); network::netconnect::load_conf($netcnx, $netc, $intf); -- cgit v1.2.1