From 608372cdea2b993450dc2212c7a92363de689f8e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Mar 2004 15:18:47 +0000 Subject: (configure_net) fix unlisted first dns server --- perl-install/standalone/drakconnect | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 5a70c792c..27d27e5d1 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -906,9 +906,10 @@ Please run \"Internet access\" in control center.")); network::adsl::adsl_probe_info($cnx, $netc, $intf); } my @conf_data = ( - [ N("Domain name"), \$netc->{DOMAINNAME} ], - [ N("First DNS Server (optional)"), \$netc->{dnsServer3} ], # \$cnx->{dns1} - [ N("Second DNS Server (optional)"), \$netc->{dnsServer2} ], #\$cnx->{dns2} + [ N("Domain name"), \$netc->{DOMAINNAME} ], + [ N("First DNS Server (optional)"), \$netc->{dnsServer} ], # \$cnx->{dns1} + [ N("Second DNS Server (optional)"), \$netc->{dnsServer2} ], #\$cnx->{dns2} + [ N("Third DNS server (optional)"), \$netc->{dnsServer3} ], ); my @infos; gtkpack($param_vbox, -- cgit v1.2.1