diff --git a/nfs-utils.changes b/nfs-utils.changes index ced04ca..f735f73 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 31 01:41:58 UTC 2011 - nfbrown@novell.com + +- sysconfig.nfs: now that 'nfs' is not enabled + by default, set NFS_START_SERVICES=yes by default + and document that 'chkconfig nfs on' is needed. + ------------------------------------------------------------------- Wed Apr 27 00:41:10 UTC 2011 - nfbrown@novell.com diff --git a/sysconfig.nfs b/sysconfig.nfs index e357570..a744624 100644 --- a/sysconfig.nfs +++ b/sysconfig.nfs @@ -64,14 +64,17 @@ SM_NOTIFY_OPTIONS="" ## Path: Network/File systems/NFS server ## Description: Always start NFS services ## Type: yesno -## Default: no +## Default: yes ## 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. +# Note that the nfs service is no longer enabled by default +# and the command "chkconfig nfs on" is needed to fully enable +# NFS. # -NFS_START_SERVICES="no" +NFS_START_SERVICES="yes" ## Path: Network/File systems/NFS server ## Description: Command line parameters for rpc.statd