http://bugzilla.novell.com/show_bug.cgi?id=529961 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c5 --- Comment #5 from Dr. Werner Fink <werner@novell.com> 2009-10-06 06:06:54 MDT --- IMHO your system is broken: ## Path: Network/File systems/NFS server ## Description: Always start NFS services ## Type: yesno ## Default: no ## ServiceRestart nfs # # Always start NFS services (gssd, idmapd), not only if # there are nfs mounts in /etc/fstab. This is likely to be # needed if you use an automounter for NFS. # NFS_START_SERVICES="no" in other words, the value NFS_START_SERVICES="" is simply wrong as it can be only "yes" or "no" ... now the warning could be avoided by using if ! test "$nfs" = no -o -x /sbin/portmap -o -x /sbin/rpcbind; then instead of if ! test $nfs = no -o -x /sbin/portmap -o -x /sbin/rpcbind; then -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.