nfs.confd 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # /etc/conf.d/nfs
  2. # If you do not set values for the NEED_ options, they will be attempted
  3. # autodetected; this should be sufficient for most people. Valid alternatives
  4. # for the NEED_ options are "yes" and "no".
  5. # nfs-common options
  6. ####################
  7. # Port rpc.statd should listen on
  8. # Should rpc.statd listen on a specific port? This is especially useful
  9. # when you have a port-based firewall. To use a fixed port, set this
  10. # this variable to a valid port like: "4000".
  11. # For more information, see rpc.statd(8)
  12. #STATD_PORT=
  13. # Options for rpc.statd.
  14. #RPCSTATD_OPTIONS=
  15. # TCP port rpc.lockd should listen on.
  16. #LOCKD_TCPPORT=
  17. #
  18. # UDP port rpc.lockd should listen on.
  19. #LOCKD_UDPPORT=
  20. # Do you want to start the idmapd daemon? It is only needed for NFSv4.
  21. #NEED_IDMAPD=yes
  22. # Options for rpc.idmapd
  23. #RPCIDMAPD_OPTIONS=
  24. # Do you want to start the gssd daemon? It is required for Kerberos mounts.
  25. # NFS service scripts detect NFS Kerberos mounts in /etc/fstab and starts gssd
  26. # daemon even if this option is set to "no". This option force enables gssd
  27. # daemon.
  28. #NEED_GSSD=
  29. # Options for rpc.gssd
  30. #RPCGSSD_OPTIONS=
  31. # nfs-server options
  32. ####################
  33. # Options for rpc.nfsd.
  34. #RPCNFSD_OPTIONS=
  35. # Number of servers to start up
  36. #RPCNFSDCOUNT=8
  37. #Port rpc.mountd should listen on
  38. #MOUNTD_PORT=
  39. # Options for rpc.mountd.
  40. # If you have a port-based firewall, you might want to set up
  41. # a fixed port here using the --port option. For more information,
  42. # see rpc.mountd(8)
  43. #RPCMOUNTD_OPTIONS=
  44. # Do you want to start the svcgssd daemon? It is only required for Kerberos
  45. # exports. Valid alternatives are "yes" and "no"; the default is "no".
  46. #NEED_SVCGSSD=
  47. # Options for rpc.svcgssd.
  48. #RPCSVCGSSD_OPTIONS=
  49. # Do you want to start the quotad daemon? It is required for remote quotas.
  50. # NFS service scripts detect the mount option "quota" in any mount entry and
  51. # starts quotad daemon even if this option is set to "no". This option force
  52. # enables quotad daemon if the 'quota' package is installed.
  53. #NEED_QUOTAD=
  54. #Port rpc.rquotad should listen on
  55. #RQUOTAD_PORT=
  56. # Options for rpc.quotad
  57. #RPCRQUOTAD_OPTIONS=