2bd1d69add
- https://kernel.org/pub/linux/utils/nfs-utils/2.6.4/2.6.4-Changelog - includes fixes for bsc#1210997 - Removed patchs from this release - 0001-export-fix-handling-of-error-from-match_fsid.patch - Added some upstream patches - 0001-exportfs-remove-warning-if-neither-subtree_check-or-.patch - 0002-conffile-don-t-report-error-from-conf_init_file.patch - 0003-conffile-allow-usr-etc-to-provide-any-config-files-e.patch - 0004-fsidd-call-anonymous-sockets-by-their-name-only-don-.patch These fix minor bugs and allow config files to be in /usr/etc. So also move config files to /usr/etc and create directories foo.conf.d for each config file, so other config file can easily be addded. (boo#1216740) OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=281
33 lines
781 B
Plaintext
33 lines
781 B
Plaintext
#
|
|
# This is a general configuration for the
|
|
# NFS daemons and tools
|
|
# DO NOT MAKE CHANGES TO THIS FILE as they will
|
|
# be lost on the next software update. Make changes
|
|
# to /etc/sysconfig/nfs, /usr/src/nfs.conf./*.conf or
|
|
# /etc/nfs.conf.d/*.conf instead.
|
|
# The .conf file can include multiple sections, just
|
|
# like this file.
|
|
|
|
[environment]
|
|
include = /etc/sysconfig/nfs
|
|
include = -/etc/nfs.conf.local
|
|
[general]
|
|
pipefs-directory=$RPC_PIPEFS_DIR
|
|
[gssd]
|
|
avoid-dns=$NFS_GSSD_AVOID_DNS
|
|
[lockd]
|
|
port=$LOCKD_TCPPORT
|
|
udp-port=$LOCKD_UDPPORT
|
|
[mountd]
|
|
port= $MOUNTD_PORT
|
|
[nfsd]
|
|
threads= $USE_KERNEL_NFSD_NUMBER
|
|
grace-time=$NFSV4GRACETIME
|
|
lease-time=$NFSV4LEASETIME
|
|
vers3=$NFS3_SERVER_SUPPORT
|
|
vers4=$NFS4_SUPPORT
|
|
scope=$NFSD_SCOPE
|
|
[statd]
|
|
port=$STATD_PORT
|
|
name=$STATD_HOSTNAME
|