diff options
author | chip <chip> | 2005-01-12 00:50:49 +0000 |
---|---|---|
committer | chip <chip> | 2005-01-12 00:50:49 +0000 |
commit | d367f9c3f696358c208f12f519bde8c443072403 (patch) | |
tree | 13f9ec178860619655521f8f5f880b6ba6b03d5f | |
parent | 9f8189ca34aa2f7bdaad8e00c30eaea1fd18d773 (diff) | |
download | nfs-utils-d367f9c3f696358c208f12f519bde8c443072403.tar.gz nfs-utils-d367f9c3f696358c208f12f519bde8c443072403.tar.xz nfs-utils-d367f9c3f696358c208f12f519bde8c443072403.zip |
Disable NEED_SVCGSSD by default.
-rw-r--r-- | debian/nfs-kernel-server.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/nfs-kernel-server.default b/debian/nfs-kernel-server.default index d6d237d..3885575 100644 --- a/debian/nfs-kernel-server.default +++ b/debian/nfs-kernel-server.default @@ -5,5 +5,5 @@ RPCNFSDCOUNT=8 RPCMOUNTDOPTS= # If you are not running NFS with RPCSEC_GSS security, and wish to -# disable the gssd server daemon then uncomment the following line -# NEED_SVCGSSD=no +# disable the gssd server daemon, then set NEED_SVCGSSD to "no". +NEED_SVCGSSD=no |