X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-common.default;h=a8287de5ebb6625a87ffdfb4b648abf301db9969;hp=664c2e7a959b7d60c1ebeb6066836507b9c8b131;hb=4b00650283c8e87e9e0326a4bd42faae2d69f9f0;hpb=e2d471f26fe47530d1d8fee9fdf1330203d458bc diff --git a/debian/nfs-common.default b/debian/nfs-common.default index 664c2e7..a8287de 100644 --- a/debian/nfs-common.default +++ b/debian/nfs-common.default @@ -6,3 +6,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=no + +# 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