Comment 3 for bug 1284210

Revision history for this message
Christian Reis (kiko) wrote :

And if the user wants to disable a specific version, he's more likely to think he should do all that configuration in /etc/default/nfs-kernel-version anyway.

One gotcha in that file is that multiple options need to be quoted; maybe a nice fix would be to quote the defaults in there, i.e.

     RPCMOUNTDOPTS="--manage-gids"
     RPCSVCGSSDOPTS=""
     RPCNFSDOPTS=""

So it's easier to tack something on. Other default files seem to do that.