From: Steve Langasek Date: Mon, 24 Feb 2014 18:10:54 +0000 (-0800) Subject: Provide quoted entries by default in debian/nfs-kernel-server.default, consistent... X-Git-Tag: debian/1%1.2.8-6~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=f727918874f8bf6f7d0e684bcbe64f5a93403043 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. --- diff --git a/debian/changelog b/debian/changelog index fb13057..0c9ec2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ nfs-utils (1:1.2.8-6) UNRELEASED; urgency=medium 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 Mon, 13 Jan 2014 22:19:43 +0000 diff --git a/debian/nfs-kernel-server.default b/debian/nfs-kernel-server.default index 16c0532..7137dae 100644 --- a/debian/nfs-kernel-server.default +++ b/debian/nfs-kernel-server.default @@ -9,11 +9,11 @@ RPCNFSDPRIORITY=0 # 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=""