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:
commit
e0486281c3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user