From 863a0345a2f895d35046f35d97f473e825906687 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Sep 2000 21:10:35 +0000 Subject: no_comment --- perl-install/install_steps.pm | 6 ++++-- 1 file changed, 4 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 f95573386..ffba727c8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -489,8 +489,10 @@ sub selectMouse($) { } #------------------------------------------------------------------------------ -#- configureNetwork moved to network and is renamed. -#------------------------------------------------------------------------------ +sub configureNetwork { + my ($o) = @_; + network::configureNetwork2($o, $o->{prefix}, $o->{netc}, $o->{intf}); +} #------------------------------------------------------------------------------ sub installCrypto { -- cgit v1.2.1