]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.default
Imported Debian patch 1.0.7-6
[nfs-utils.git] / debian / nfs-common.default
index 664c2e7a959b7d60c1ebeb6066836507b9c8b131..0a5e8b23f336db888430f826832a66a1aba49cc3 100644 (file)
@@ -1,3 +1,7 @@
+# If you do not set values for the NEED_ options, they will be attempted
+# autodetected; this should be sufficient for most people. Valid alternatives
+# 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".
@@ -6,3 +10,11 @@ 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".
 NEED_LOCKD=
+
+# If you are not using NFSv4 and wish to disable the idmapd daemon,
+# then set NEED_IDMAPD to "no". 
+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".
+NEED_GSSD=