diff options
author | Francois Pons <fpons@mandriva.com> | 2002-11-25 18:13:55 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-11-25 18:13:55 +0000 |
commit | 72998cad94a44a5f9a6460cf8330d4417dbd2bf5 (patch) | |
tree | 1ba72d7efb57b63534f3022e4116843b399e26bf /perl-install | |
parent | 8bf8db14d0e0b94e054c06018cab1b0141ebf973 (diff) | |
download | drakx-72998cad94a44a5f9a6460cf8330d4417dbd2bf5.tar drakx-72998cad94a44a5f9a6460cf8330d4417dbd2bf5.tar.gz drakx-72998cad94a44a5f9a6460cf8330d4417dbd2bf5.tar.bz2 drakx-72998cad94a44a5f9a6460cf8330d4417dbd2bf5.tar.xz drakx-72998cad94a44a5f9a6460cf8330d4417dbd2bf5.zip |
removed old code (commented out).
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 07ee52d96..5a3dbb0db 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -337,20 +337,6 @@ fi require network::drakfirewall; network::drakfirewall::main($in, $::o->{security} <= 3); } - -#- if ($netc->{NET_DEVICE} and $netc->{NETWORKING} ne 'no' and $::isStandalone and $::expert) { -#- exists $netc->{nb_cards} or do { -#- any::load_category($in, 'network/main|usb', !$::expert, 1); -#- $netc->{nb_cards} = listlength(detect_devices::getNet()); -#- }; -#- ($netc->{nb_cards} - $netc->{minus_one} - (get_net_device($prefix) =~ /eth.+/ ? 1 : 0) > 0) and $in->ask_okcancel(N("Network Configuration"), -#-N("Now that your Internet connection is configured, -#-your computer can be configured to share its Internet connection. -#-Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN). -#- -#-Would you like to setup the Internet Connection Sharing? -#-"), 1) and system("/usr/sbin/drakgw --direct"); -#- } } sub save_conf { |