diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-25 23:59:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-25 23:59:24 +0000 |
commit | 3e6118c4f48de04dfe09cbcadcf5e6472628ba06 (patch) | |
tree | 438b744b8a0eccc8dee5f2358a9d69b087ab06b7 /perl-install/network | |
parent | 128653ee6f62b80cb44f0c918087d7ed8e0aafdb (diff) | |
download | drakx-backup-do-not-use-3e6118c4f48de04dfe09cbcadcf5e6472628ba06.tar drakx-backup-do-not-use-3e6118c4f48de04dfe09cbcadcf5e6472628ba06.tar.gz drakx-backup-do-not-use-3e6118c4f48de04dfe09cbcadcf5e6472628ba06.tar.bz2 drakx-backup-do-not-use-3e6118c4f48de04dfe09cbcadcf5e6472628ba06.tar.xz drakx-backup-do-not-use-3e6118c4f48de04dfe09cbcadcf5e6472628ba06.zip |
kill unused dhcp_hostname step
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/netconnect.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index a7ce9a755..86b71541d 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -87,7 +87,7 @@ sub get_subwizard { my $intf = $o_intf ||= {}; my $first_time = $o_first_time || 0; my ($network_configured, $direct_net_install, $cnx_type, $type, $interface, @cards, @all_cards, @devices); - my (%connections, %rconnections, @connection_list); + my (%connections, @connection_list); my ($modem, $modem_name, $modem_conf_read, $modem_dyn_dns, $modem_dyn_ip); my ($adsl_type, $adsl_protocol, $adsl_device, @adsl_devices, $adsl_failed, $adsl_answer, %adsl_data, $adsl_data, $adsl_provider, $adsl_old_provider); my ($ntf_name, $ipadr, $netadr, $gateway_ex, $up, $isdn, $isdn_type, $need_restart_network); @@ -195,7 +195,6 @@ sub get_subwizard { my $string = join('', $str, if_($conf{$type}, " - ", $extra_str)); $connections{$string} = $type; } - %rconnections = reverse %connections; @connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], }); }, if_(!$::isInstall, no_back => 1), @@ -912,9 +911,6 @@ You may also enter the IP address of the gateway if you have one."), next => "zeroconf", }, - dhcp_hostname => - { - }, zeroconf => { |