From 7cb5d26da559b5d00af69e029bceca11932d1ec1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 10 Aug 2004 12:00:29 +0000 Subject: kill some more connect/disconnect_file --- perl-install/network/netconnect.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 20ad6e115..2e44ef2e4 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1274,12 +1274,7 @@ Click on Ok to keep your configuration, or cancel to reconfigure your Internet & "), 1) and do { $netcnx->{type} = 'lan'; - # should use write_cnx_file: - output_with_perm("$::prefix$network::tools::connect_file", 0755, qq(ifup eth0 -)); - output("$::prefix$network::tools::disconnect_file", 0755, qq( -ifdown eth0 -)); + $netc->{NET_INTERFACE} = 'eth0'; $direct_net_install = 1; $use_wizard = 0; }; -- cgit v1.2.1