From 9b02d395b18e6c136ab95a857bf151954cc71f65 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 6 Feb 2008 19:21:36 +0000 Subject: [PATCH] * Do not stop daemons in run-level S. This isn't a real run-level and hence there's no reason to create the links. --- debian/changelog | 4 +++- debian/openafs-client.init | 2 +- debian/openafs-fileserver.init | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ea1a9483..bbfa5e4f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ openafs (1.4.6.dfsg1-3) unstable; urgency=low creates empty files for already stripped binaries, so we should no longer remove them. Thanks, Lucas Nussbaum. (Closes: #464274) * Include debugging symbols for libpam-openafs-kaserver in openafs-dbg. + * Do not stop daemons in run-level S. This isn't a real run-level and + hence there's no reason to create the links. - -- Russ Allbery Wed, 06 Feb 2008 10:49:16 -0800 + -- Russ Allbery Wed, 06 Feb 2008 11:24:19 -0800 openafs (1.4.6.dfsg1-2) unstable; urgency=low diff --git a/debian/openafs-client.init b/debian/openafs-client.init index 7d7cac9bd..81e5b5ddc 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -5,7 +5,7 @@ # Required-Stop: $local_fs $remote_fs $network # Should-Start: $local_fs $remote_fs # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: OpenAFS client # Description: Starts or stops the OpenAFS client, loading the # OpenAFS kernel module as necessary. diff --git a/debian/openafs-fileserver.init b/debian/openafs-fileserver.init index 29c85b14d..5db046378 100755 --- a/debian/openafs-fileserver.init +++ b/debian/openafs-fileserver.init @@ -4,7 +4,7 @@ # Required-Start: $local_fs $remote_fs $network $time # Required-Stop: $local_fs $remote_fs $network # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: OpenAFS file and database server manager # Description: Starts, stops, or restarts the OpenAFS bosserver, # which is the process that starts and manages the -- 2.39.5