summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-15 09:58:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-15 09:58:18 +0000
commitde17c210a1dd077beef45917f28a1784305667fc (patch)
tree58c95c3959a21360d7b390e8467defd4f4e6a711 /perl-install/standalone/drakconnect
parent3c65292c60ea13bf5fa67ee211440bf00be74895 (diff)
downloaddrakx-backup-do-not-use-de17c210a1dd077beef45917f28a1784305667fc.tar
drakx-backup-do-not-use-de17c210a1dd077beef45917f28a1784305667fc.tar.gz
drakx-backup-do-not-use-de17c210a1dd077beef45917f28a1784305667fc.tar.bz2
drakx-backup-do-not-use-de17c210a1dd077beef45917f28a1784305667fc.tar.xz
drakx-backup-do-not-use-de17c210a1dd077beef45917f28a1784305667fc.zip
(configure_net) fix domainname reading
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 683b8e357..17363d7f4 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -906,7 +906,7 @@ Please run \"Internet access\" in control center."));
network::adsl::adsl_probe_info($cnx, $netc, $intf);
}
my @conf_data = (
- [ N("Domain name"), \$cnx->{domain} ],
+ [ N("Domain name"), \$netc->{DOMAINNAME} ],
[ N("First DNS Server (optional)"), \$netc->{dnsServer3} ], # \$cnx->{dns1}
[ N("Second DNS Server (optional)"), \$netc->{dnsServer2} ], #\$cnx->{dns2}
);