From 96e6c149919e1cc7d7145d0b565612c85ef91919 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 20 Aug 2004 14:59:28 +0000 Subject: (configureNetwork) net_cnx_* scripts are dead --- perl-install/install_steps.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index e3e66ee4c..96d367fe6 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -655,13 +655,6 @@ sub configureNetwork { network::network::configureNetwork2($o, $o->{prefix}, $o->{netc}, $o->{intf}); if ($o->{method} =~ /ftp|http|nfs/) { $o->{netcnx}{type} = 'lan'; - foreach ("up", "down") { - my $f = "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_$_"; - output_with_perm($f, 0755, "\nif$_ eth0\n"); - } - output "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_pg", "\n/usr/sbin/drakconnect\n"; - - require network::netconnect; $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); } } -- cgit v1.2.1