summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-14 02:07:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-14 02:07:04 +0000
commit22796347a6a0b0645c6bfdc9307e96003e800376 (patch)
treebb35bb287bbabde9b41fe1c97f357eb327469758 /perl-install
parentb422de522b74cc7c730c535357c837693bed0da5 (diff)
downloaddrakx-22796347a6a0b0645c6bfdc9307e96003e800376.tar
drakx-22796347a6a0b0645c6bfdc9307e96003e800376.tar.gz
drakx-22796347a6a0b0645c6bfdc9307e96003e800376.tar.bz2
drakx-22796347a6a0b0645c6bfdc9307e96003e800376.tar.xz
drakx-22796347a6a0b0645c6bfdc9307e96003e800376.zip
fix automatically found "...2" dns
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 6da6100d7..293d718f3 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -981,9 +981,9 @@ I cannot set up this connection type.")), return;
static_hostname =>
{
pre => sub {
- $netc->{dnsServer} ||= dns($intf->{IPADDR});
- $gateway_ex = gateway($intf->{IPADDR});
- #- $netc->{GATEWAY} ||= gateway($intf->{IPADDR});
+ $netc->{dnsServer} ||= dns($ethntf->{IPADDR});
+ $gateway_ex = gateway($ethntf->{IPADDR});
+ #- $netc->{GATEWAY} ||= gateway($ethntf->{IPADDR});
},
name => N("Please enter your host name.
Your host name should be a fully-qualified host name,