summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakconnect6
1 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 1cd2b7721..9a42b52da 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -924,10 +924,8 @@ Please run \"Internet access\" in control center."));
[ N("Provider name (ex provider.net)"), \$netc->{DOMAINNAME2} ],
[ N("Provider phone number"), \$cnx->{phone_out} ],
[ N("Domain name"), \$cnx->{domain} ],
- [ N("Provider dns 1 (optional)"), \$netc->{dnsServer2} ],
- [ N("Provider dns 2 (optional)"), \$netc->{dnsServer3} ],
- [ N("First DNS Server (optional)"), \$cnx->{dns1} ],
- [ N("Second DNS Server (optional)"), \$cnx->{dns2} ],
+ [ N("First DNS Server (optional)"), \$netc->{dnsServer3} ], # \$cnx->{dns1}
+ [ N("Second DNS Server (optional)"), \$netc->{dnsServer2} ], #\$cnx->{dns2}
);
my @infos;
foreach (@conf_data) {