From b9a23d59ec4a8346ee9463b68710b02bfc51264a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 20 Aug 2004 14:58:02 +0000 Subject: ($after_start_on_boot_step) remove obsolete call to write_cnx_script --- perl-install/network/netconnect.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 892f9c1d9..fc1fe781e 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -188,7 +188,6 @@ sub real_main { my $after_start_on_boot_step = sub { if ($netc->{internet_cnx_choice}) { - write_cnx_script($netc); $netcnx->{type} = $netc->{internet_cnx}{$netc->{internet_cnx_choice}}{type} if $netc->{internet_cnx_choice}; } else { undef $netc->{NET_DEVICE}; -- cgit v1.2.1