summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-16 12:05:20 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-16 12:05:20 +0000
commitaa0d27891879ee22ef19bbebb2dc3df2297a8ea9 (patch)
treecbe9ad7ff3558c9a3a64c723b5eab9e4892bd3c7 /perl-install/standalone/drakconnect
parentc98b3d7bebe07450c48e6a4f946364c015b9e46f (diff)
downloaddrakx-backup-do-not-use-aa0d27891879ee22ef19bbebb2dc3df2297a8ea9.tar
drakx-backup-do-not-use-aa0d27891879ee22ef19bbebb2dc3df2297a8ea9.tar.gz
drakx-backup-do-not-use-aa0d27891879ee22ef19bbebb2dc3df2297a8ea9.tar.bz2
drakx-backup-do-not-use-aa0d27891879ee22ef19bbebb2dc3df2297a8ea9.tar.xz
drakx-backup-do-not-use-aa0d27891879ee22ef19bbebb2dc3df2297a8ea9.zip
(configure_net) do not offer to alter domain name since this is
achievable through FQDN
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect1
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} ],