diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-20 14:59:28 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-20 14:59:28 +0000 |
commit | 96e6c149919e1cc7d7145d0b565612c85ef91919 (patch) | |
tree | 929a5d6853818db3e0e94f3b689ccdc6aa0017a2 /perl-install | |
parent | b9a23d59ec4a8346ee9463b68710b02bfc51264a (diff) | |
download | drakx-backup-do-not-use-96e6c149919e1cc7d7145d0b565612c85ef91919.tar drakx-backup-do-not-use-96e6c149919e1cc7d7145d0b565612c85ef91919.tar.gz drakx-backup-do-not-use-96e6c149919e1cc7d7145d0b565612c85ef91919.tar.bz2 drakx-backup-do-not-use-96e6c149919e1cc7d7145d0b565612c85ef91919.tar.xz drakx-backup-do-not-use-96e6c149919e1cc7d7145d0b565612c85ef91919.zip |
(configureNetwork) net_cnx_* scripts are dead
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 7 |
1 files changed, 0 insertions, 7 deletions
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); } } |