summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchip <chip>2005-01-11 22:55:28 +0000
committerchip <chip>2005-01-11 22:55:28 +0000
commit9f8189ca34aa2f7bdaad8e00c30eaea1fd18d773 (patch)
tree8bda56d0b28403a1b12741f154968bade5deb8c6
parent247a3ccdc173713afd43999739ddb778d96cf147 (diff)
downloadnfs-utils-9f8189ca34aa2f7bdaad8e00c30eaea1fd18d773.tar.gz
nfs-utils-9f8189ca34aa2f7bdaad8e00c30eaea1fd18d773.tar.xz
nfs-utils-9f8189ca34aa2f7bdaad8e00c30eaea1fd18d773.zip
Turn off NEED_IDMAPD and NEED_GSSD by default, on Bruce's advice.
-rw-r--r--debian/nfs-common.default10
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