From 3915d413afb86a6eec133bb90f155e327b49f826 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Thu, 22 Jan 2004 10:43:44 +0000 Subject: add dns3 entry --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 9050bb61c..b78ce4479 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -320,7 +320,7 @@ sub build_notebook { gtkpack(Gtk2::VBox->new(0,0), Gtk2::Label->new($intf->{dns1} || $netc->{dnsServer}), Gtk2::Label->new($intf->{dns2} || $netc->{dnsServer2}), - Gtk2::Label->new($intf->{dns3}), + Gtk2::Label->new($intf->{dns3} || $netc->{dnsServer3}), ), ), 1, gtkadd(Gtk2::Frame->new(N("Search Domain")), -- cgit v1.2.1