From 80696bc5a5259acc2e37ded6991a34dfc34316ca Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 20 Jan 2004 17:38:59 +0000 Subject: fix typo --- nisautofs_wizard/Nisautofs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nisautofs_wizard/Nisautofs.pm') diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index 19ff4f2c..d18080bf 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -57,7 +57,7 @@ my $o = { AUTOHOME => "/etc/auto.home", }, needed_rpm => [ 'ypbind', 'nfs-utils', 'yp-tools', 'nfs-utils-clients' ], - defaultimage => "/usr/share/wizards/dns_wizard/images/NIS.png" + defaultimage => "/usr/share/wizards/dns_wizard/images/NIS.png", init => sub { if (member($NISDOMAIN, qw(localdomain (none)))) { return (0, N("You need to readjust your NIS domainname. For a NIS server you need a correct NIS domainname, not egal to localdomain or none. Add NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: nisdomainname your_nis_domain.")) -- cgit v1.2.1