From b5a5286f295bfc2147c33f9b79202d9e74befc55 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 13 Jan 2014 22:58:17 +0000 Subject: [PATCH] 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. --- debian/changelog | 3 +++ debian/nfs-common.init | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b2f6e8a..cfecfe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 13 Jan 2014 22:19:43 +0000 diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 8137232..052de51 100644 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -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 -- 2.39.2