]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.default
Imported Debian patch 1.0.7-16
[nfs-utils.git] / debian / nfs-common.default
index 0a5e8b23f336db888430f826832a66a1aba49cc3..5eba0b5bf9b45fa47574be54a252badc20b23f9b 100644 (file)
@@ -3,18 +3,18 @@
 # for the NEED_ options are "yes" and "no".
 
 # Options for rpc.statd.
-#   Should rpc.statd listen on a specific port?
-#   If so, set this variable to a statd argument like: "--port 1000".
+#   Should rpc.statd listen on a specific port? This is especially useful
+#   when you have a port-based firewall. To use a fixed port, set this
+#   this variable to a statd argument like: "--port 4000 --outgoing-port 4001".
+#   For more information, see rpc.statd(8) or http://wiki.debian.org/?SecuringNFS
 STATDOPTS=
 
-# Are you _sure_ that your kernel does or does not need a lockd daemon?
-# If so, set this variable to either "yes" or "no".
+# Some kernels need a separate lockd daemon; most don't. Set this if you
+# want to force an explicit choice for some reason.
 NEED_LOCKD=
 
-# If you are not using NFSv4 and wish to disable the idmapd daemon,
-# then set NEED_IDMAPD to "no". 
+# Do you want to start the idmapd daemon? It is only needed for NFSv4.
 NEED_IDMAPD=
 
-# If you are not running NFS with RPCSEC_GSS security, and wish to
-# disable the gssd client daemon, then set NEED_GSSD to "no".
+# Do you want to start the gssd daemon? It is required for Kerberos mounts.
 NEED_GSSD=