diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-20 14:58:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-20 14:58:02 +0000 |
commit | b9a23d59ec4a8346ee9463b68710b02bfc51264a (patch) | |
tree | b39a99fbe29c7c3df673166790fd2e0dee17e9e1 | |
parent | 49188a6c674c192a3472b13c38647a56b377fbfc (diff) | |
download | drakx-b9a23d59ec4a8346ee9463b68710b02bfc51264a.tar drakx-b9a23d59ec4a8346ee9463b68710b02bfc51264a.tar.gz drakx-b9a23d59ec4a8346ee9463b68710b02bfc51264a.tar.bz2 drakx-b9a23d59ec4a8346ee9463b68710b02bfc51264a.tar.xz drakx-b9a23d59ec4a8346ee9463b68710b02bfc51264a.zip |
($after_start_on_boot_step) remove obsolete call to write_cnx_script
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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}; |