X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.default;h=0a5e8b23f336db888430f826832a66a1aba49cc3;hp=d38d456ae531c534412ade060a1595d845775710;hb=bc700ac52d47969d873499e3050d028335eda14d;hpb=553caba3865667724291106d919e7c3fdf9534aa diff --git a/debian/nfs-common.default b/debian/nfs-common.default index d38d456..0a5e8b2 100644 --- a/debian/nfs-common.default +++ b/debian/nfs-common.default @@ -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". @@ -7,6 +11,10 @@ STATDOPTS= # 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 uncomment the following line -# NEED_IDMAPD=no +# 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=