https://bugzilla.novell.com/show_bug.cgi?id=626516 https://bugzilla.novell.com/show_bug.cgi?id=626516#c9 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|nfbrown@novell.com | --- Comment #9 from Neil Brown <nfbrown@novell.com> 2011-02-22 21:33:00 UTC --- Setting 'nfs=yes' if AUTOFS_ACTIVE does make some sense. Setting NEED_IDMAPD or NEED_GSSD to yes is a significant change. Currently if you want idmapd started, you need to select NFS4_SUPPORT in sysconfig. similarly to get gssd you need NFS_SECURITY_GSS set. I believe there is a policy that we should only start daemons that are known to be needed (though I could be wrong about that). In that case we should remove the "NEED_*=yes" lines from the above patch. But then would that actually meet the need? (also I would add "AUTOFS_ACTIVE=no" next to "nfs=no" just for consistency). ???? Index: nfs.init =================================================================== --- nfs.init (revision c3a6b80e4eca585eee2985bbfa431bcb) +++ nfs.init (working copy) @@ -38,9 +38,15 @@ usr="" opt="" mnt="" -nfs=$NFS_START_SERVICES -if [ "x$nfs" != "xyes" ] -then nfs=no +nfs=no +AUTOFS_ACTIVE=no + +if rc_active autofs; then + AUTOFS_ACTIVE=yes +fi + +if test "x$NFS_START_SERVICES" = "xyes" -o "x$AUTOFS_ACTIVE" = "xyes"; then + nfs=yes fi while read -r what where type options rest ; do -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.