Accepting request 72194 from Base:System

Minor nfs-utils update for factory

- 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/request/show/72194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=77
This commit is contained in:
Sascha Peilicke 2011-05-31 12:37:02 +00:00 committed by Git OBS Bridge
commit e0486281c3
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