]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Turn off NEED_IDMAPD and NEED_GSSD by default, on Bruce's advice.
authorchip <chip>
Tue, 11 Jan 2005 22:55:28 +0000 (22:55 +0000)
committerchip <chip>
Tue, 11 Jan 2005 22:55:28 +0000 (22:55 +0000)
debian/nfs-common.default

index 311cded95ebf3fee76994a802f01147dc322a5e6..a8287de5ebb6625a87ffdfb4b648abf301db9969 100644 (file)
@@ -7,10 +7,10 @@ STATDOPTS=
 # If so, set this variable to either "yes" or "no".
 NEED_LOCKD=
 
 # 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
 
 # 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