]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-kernel-server.default
Merge branch 'sid'
[nfs-utils.git] / debian / nfs-kernel-server.default
index 2584734efff7fd386b68f1cecbb2a488a940fd06..7137dae4578dc6758cb92b6094beec84973d893d 100644 (file)
@@ -8,11 +8,12 @@ RPCNFSDPRIORITY=0
 # If you have a port-based firewall, you might want to set up
 # a fixed port here using the --port option. For more information, 
 # see rpc.mountd(8) or http://wiki.debian.org/SecuringNFS
-RPCMOUNTDOPTS=--manage-gids
+# To disable NFSv4 on the server, specify '--no-nfs-version 4' here
+RPCMOUNTDOPTS="--manage-gids"
 
 # Do you want to start the svcgssd daemon? It is only required for Kerberos
 # exports. Valid alternatives are "yes" and "no"; the default is "no".
-NEED_SVCGSSD=
+NEED_SVCGSSD=""
 
 # Options for rpc.svcgssd.
-RPCSVCGSSDOPTS=
+RPCSVCGSSDOPTS=""