From aa0d27891879ee22ef19bbebb2dc3df2297a8ea9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Mar 2004 12:05:20 +0000 Subject: (configure_net) do not offer to alter domain name since this is achievable through FQDN --- perl-install/standalone/drakconnect | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/standalone/drakconnect') 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} ], -- cgit v1.2.1