]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Provide quoted entries by default in debian/nfs-kernel-server.default, consistent...
authorSteve Langasek <steve.langasek@canonical.com>
Mon, 24 Feb 2014 18:10:54 +0000 (10:10 -0800)
committerSteve Langasek <steve.langasek@canonical.com>
Mon, 24 Feb 2014 18:10:54 +0000 (10:10 -0800)
debian/changelog
debian/nfs-kernel-server.default

index fb13057c0558643eef198e354bda8a149e8b4f82..0c9ec2eac3ff68c222518614b0b548e5834381b0 100644 (file)
@@ -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 <vorlon@debian.org>  Mon, 13 Jan 2014 22:19:43 +0000
 
index 16c0532d76a90cb37e35621c4ede6b7707670218..7137dae4578dc6758cb92b6094beec84973d893d 100644 (file)
@@ -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=""