diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-10 12:00:29 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-10 12:00:29 +0000 |
commit | 7cb5d26da559b5d00af69e029bceca11932d1ec1 (patch) | |
tree | 9541aedcb0111bc1027927c7cf7410f642b70a46 | |
parent | 6cae1a0e144b820476a69b5f98d14494eb6d3848 (diff) | |
download | drakx-backup-do-not-use-7cb5d26da559b5d00af69e029bceca11932d1ec1.tar drakx-backup-do-not-use-7cb5d26da559b5d00af69e029bceca11932d1ec1.tar.gz drakx-backup-do-not-use-7cb5d26da559b5d00af69e029bceca11932d1ec1.tar.bz2 drakx-backup-do-not-use-7cb5d26da559b5d00af69e029bceca11932d1ec1.tar.xz drakx-backup-do-not-use-7cb5d26da559b5d00af69e029bceca11932d1ec1.zip |
kill some more connect/disconnect_file
-rw-r--r-- | perl-install/network/netconnect.pm | 7 |
1 files changed, 1 insertions, 6 deletions
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; }; |