X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.default;h=89f99804772b0861411cfb466efecbc07ec6a0ee;hp=a8287de5ebb6625a87ffdfb4b648abf301db9969;hb=256ca818abf1b49274645eeae0cac6250bd58ea5;hpb=4b00650283c8e87e9e0326a4bd42faae2d69f9f0 diff --git a/debian/nfs-common.default b/debian/nfs-common.default index a8287de..89f9980 100644 --- a/debian/nfs-common.default +++ b/debian/nfs-common.default @@ -1,16 +1,18 @@ +# 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". 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". -NEED_IDMAPD=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". -NEED_GSSD=no +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD=