diff options
-rwxr-xr-x | perl-install/standalone/drakconnect | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index d8bccf3d6..d8f35ce49 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -907,7 +907,6 @@ Please run \"Internet access\" in control center.")); } my @conf_data = ( [ N("Host name (optional)"), \$netc->{HOSTNAME} ], - [ 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} ], |