summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakconnect7
1 files changed, 4 insertions, 3 deletions
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,