X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.default;h=0a5e8b23f336db888430f826832a66a1aba49cc3;hp=664c2e7a959b7d60c1ebeb6066836507b9c8b131;hb=bc700ac52d47969d873499e3050d028335eda14d;hpb=e2d471f26fe47530d1d8fee9fdf1330203d458bc diff --git a/debian/nfs-common.default b/debian/nfs-common.default index 664c2e7..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". @@ -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=