]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Only start nfs-common in runlevel S; it doesn't need to be started more than once...
authorSteve Langasek <steve.langasek@canonical.com>
Mon, 13 Jan 2014 22:58:17 +0000 (22:58 +0000)
committerSteve Langasek <steve.langasek@canonical.com>
Mon, 13 Jan 2014 22:58:17 +0000 (22:58 +0000)
debian/changelog
debian/nfs-common.init

index b2f6e8a2932ff5fc2f951f6c3666d7fbb1879382..cfecfe08a593bf07ba3e30ab992473b1615ac0ba 100644 (file)
@@ -5,6 +5,9 @@ nfs-utils (1:1.2.8-6) UNRELEASED; urgency=medium
   * Move the rpc.svcgssd(8) symlink to nfs-common along with the rest of it,
     and add the Replaces: on old versions of nfs-kernel-server to support
     upgrades properly.
+  * Only start nfs-common in runlevel S; it doesn't need to be started
+    more than once (and startpar won't actually run it more than once,
+    anyway).  Closes: #510528.
 
  -- Steve Langasek <vorlon@debian.org>  Mon, 13 Jan 2014 22:19:43 +0000
 
index 8137232fd34e92a176b8b81a92a5bcecff2c69f4..052de51a08593d39a179cf0987d6dcd238658bf7 100644 (file)
@@ -4,7 +4,7 @@
 # Provides:          nfs-common
 # Required-Start:    $portmap $time
 # Required-Stop:     $time
-# Default-Start:     2 3 4 5 S
+# Default-Start:     S
 # Default-Stop:      0 1 6
 # Short-Description: NFS support files common to client and server
 # Description:       NFS is a popular protocol for file sharing across