From 91208328821a6050ce7d6f316470b33c9a5ae401 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 19 Feb 2008 14:01:45 +0000 Subject: fix bug #36616 --- nisautofs_wizard/Nisautofs.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nisautofs_wizard') diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index 39742e7e..771dde4a 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -62,7 +62,11 @@ my $o = { needed_rpm => [ 'ypserv', 'ypbind', 'nfs-utils', 'yp-tools', 'nfs-utils-clients' ], defaultimage => "/usr/share/mcc/themes/default/nisautofs.png", init => sub { - test_host_domain($HOST, $NISDOMAIN); + my ($err, $msg) = test_host_domain($SHORTHOSTNAME, $DOMAINNAME); + if (!$err) { + $in->ask_warn(N('Error'), $msg); + die 'wizcancel'; + } }, }; -- cgit v1.2.1