]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Revert "squeeze uses --manage-gids to rpc.mountd by default - that seems to make...
authorPeter Palfrader <peter@palfrader.org>
Thu, 24 Mar 2011 22:02:58 +0000 (23:02 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 24 Mar 2011 22:02:58 +0000 (23:02 +0100)
This reverts commit ebd78b64af71817821e84291b3c426c8d9ba1f2d.

modules/nfs-server/files/nfs-kernel-server.default

index cd98ea413444c168e678c6646a851b032ed3235c..d40255f5c4f7b281c51c2bc738b02135f1db98e4 100644 (file)
@@ -13,7 +13,7 @@ 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="-p 10002 --manage-gids"
+RPCMOUNTDOPTS="-p 10002"
 
 # 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".