]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfs.sysconfig
- build toolchain cleanups from Chuck Lever's git
[packages/nfs-utils.git] / nfs.sysconfig
index bcd4895085cc008b582a0549b6ab5cd4b2459b4f..b1df784c8d7225bab410849db4c3c38c002d5c93 100644 (file)
@@ -1,16 +1,29 @@
-# Set nice level for rpc.mountd, rpc.nfsd or knfsd
+# Set nice level for rpc.mountd and rpc.nfsd
 SERVICE_RUN_NICE_LEVEL="+0"
 
-# Customized setings for knfsd
-RPCMOUNTOPTIONS=""
-
+# Number of NFSD servers to start
 RPCNFSDCOUNT=8
 
-# Set it to "yes" if you plan to run NFSv4 server
-NFS4="no"
+# NFS versions to use (default all-yes)
+NFSv1="yes"
+NFSv2="yes"
+NFSv3="yes"
+NFSv4="yes"
 
-# Options for NFSv4 ID <-> Name Mapper (idmapd)
-#RPCIDMAPOPTIONS=
+# Port mount should listen on (default is portmap assigned)
+#MOUNTD_PORT=
+
+# Options for NFS rpc.mountd
+#RPCMOUNTOPTIONS=""
+
+# Uncomment if you want to use secure NFSv4 exports
+#SECURE_NFS="yes"
+
+# List of kernel modules to use for secure NFS
+#SECURE_NFS_MODS="des rpcsec_gss_krb5"
 
 # Options for NFSv4 server-side rpcsec_gss daemon
 #RPCSVCGSSOPTIONS=
+
+# Options for NFSv4 ID <-> Name Mapper (idmapd)
+#RPCIDMAPOPTIONS=
This page took 0.27991 seconds and 4 git commands to generate.