From b0e91070fdb56f216fbf4d1c699bb78df8141544 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Jun 2005 09:57:56 +0000 Subject: $o->{net}{type} is already defined in more appropriate places --- perl-install/install_steps.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index bbe1343ba..8c067be4e 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -639,10 +639,6 @@ sub configureNetwork { my ($o) = @_; require network::network; network::network::configure_network($o->{net}, $o, $o->{modules_conf}); - if ($o->{method} =~ /ftp|http|nfs/) { - $o->{net}{type} = 'lan'; - } - configure_firewall($o) if !$o->{isUpgrade}; } -- cgit v1.2.1