diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2002-07-19 10:06:00 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2002-07-19 10:06:00 +0000 |
commit | 7a6c35cccead73edc551f84192cbd7c72f0d87f3 (patch) | |
tree | afda58ed369452a86753ca477d9704cb6a7a197e /perl-install/standalone/drakconnect | |
parent | b19b36145ec111ef775aba6bd2d354fbf60ca6fe (diff) | |
download | drakx-7a6c35cccead73edc551f84192cbd7c72f0d87f3.tar drakx-7a6c35cccead73edc551f84192cbd7c72f0d87f3.tar.gz drakx-7a6c35cccead73edc551f84192cbd7c72f0d87f3.tar.bz2 drakx-7a6c35cccead73edc551f84192cbd7c72f0d87f3.tar.xz drakx-7a6c35cccead73edc551f84192cbd7c72f0d87f3.zip |
- any::setup_thiskind_backend changed in any::load_category_no_message
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index c40663a53..fdbe4bda4 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -70,7 +70,7 @@ require my_gtk; import my_gtk qw(:helpers :wrappers); my $expert_mode=0; network::netconnect::read_net_conf('', $netcnx, $netc); -any::setup_thiskind_backend('net', undef); +any::load_category_no_message('net', undef); my @all_cards = network::ethernet::conf_network_card_backend ($netc, $intf, undef, undef, undef, undef); network::netconnect::load_conf($netcnx, $netc, $intf); |