From 64c59a017b51fd2c62d1300ec31bb0c9ec2d577e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Feb 2003 12:09:47 +0000 Subject: fix fpons sucks (at least one time). --- perl-install/install_steps.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5c1c1d817..be34b1718 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -654,9 +654,10 @@ sub configureNetwork { } output "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_pg", "\n/usr/sbin/drakconnet\n"; + require network::netconnect; $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); - $o->{netcnx}{NET_INTERFACE} and set_net_conf($o->{netcnx}, $o->{netc}); - save_conf($o->{netcnx}, $o->{netc}, $o->{intf}); + $o->{netcnx}{NET_INTERFACE} and network::netconnect::set_net_conf($o->{netcnx}, $o->{netc}); + network::netconnect::save_conf($o->{netcnx}, $o->{netc}, $o->{intf}); } } -- cgit v1.2.1