- 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=45
This commit is contained in:
Neil Brown 2011-05-31 01:43:53 +00:00 committed by Git OBS Bridge
parent 2361b19159
commit f2d6b14040
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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