From: chip Date: Tue, 11 Jan 2005 22:55:28 +0000 (+0000) Subject: Turn off NEED_IDMAPD and NEED_GSSD by default, on Bruce's advice. X-Git-Tag: nfs-utils-1-0-7-post1~25 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=9f8189ca34aa2f7bdaad8e00c30eaea1fd18d773;ds=sidebyside Turn off NEED_IDMAPD and NEED_GSSD by default, on Bruce's advice. --- 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