diff options
-rw-r--r-- | debian/nfs-common.default | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/nfs-common.default b/debian/nfs-common.default index 311cded..a8287de 100644 --- a/debian/nfs-common.default +++ b/debian/nfs-common.default @@ -7,10 +7,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=no # If you are not running NFS with RPCSEC_GSS security, and wish to -# disable the gssd client daemon then uncomment the following line -# NEED_GSSD=no +# disable the gssd client daemon, then set NEED_GSSD to "no". +NEED_GSSD=no |