buggy and impossible to make reliable, and there's no reason to single
out NFSv3 here (and the original rationale for this behavior is lost).
Closes LP: #897644, LP: #1284210.
+ * Provide quoted entries by default in debian/nfs-kernel-server.default,
+ consistent with other default files, so that users who edit the file to
+ add multiple options don't accidentally cause shell syntax bugs.
-- Steve Langasek <vorlon@debian.org> Mon, 13 Jan 2014 22:19:43 +0000
# a fixed port here using the --port option. For more information,
# see rpc.mountd(8) or http://wiki.debian.org/SecuringNFS
# To disable NFSv4 on the server, specify '--no-nfs-version 4' here
-RPCMOUNTDOPTS=--manage-gids
+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=""