From 28f4027169f3c7acfe96f41f92698b067e901880 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 20 Mar 2003 10:11:43 +0000 Subject: add probe for netncx type in case of not already setted. --- perl-install/install_steps_interactive.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 10fb0d901..9a19ea1ba 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1006,6 +1006,9 @@ sub summary { local $::expert = $::expert; require network::netconnect; network::netconnect::main($o->{prefix}, $o->{netcnx} ||= {}, $o->{netc}, $o->{mouse}, $o, $o->{intf}, 0, 0, 1); + #- in case netcnx type is not updated. + require network::network; + network::network::probe_netcnx_type($o->{prefix}, $o->{netc}, $->{intf}, $o->{netcnx}); }, }; -- cgit v1.2.1