From ac76f6f7eb87889ab4588257dda7d21c9021dfb0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Mar 2010 15:45:17 -0800 Subject: [PATCH] Require $remote_fs before stopping as well This isn't strictly necessary, but it avoids the Lintian warning and we can clean it up after finding a better approach for what /usr/bin/fs currently does. --- debian/changelog | 6 +++--- debian/openafs-client.init | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 12d533408..fab38ed18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,9 +16,9 @@ openafs (1.4.12~pre4+dfsg-1) UNRELEASED; urgency=low * Use dh_dkms from the DKMS package to handle creation of the maintainer scripts for openafs-modules-dkms rather than rolling our own. (LP: #497149) - * Update init script to require $remote_fs be started first. This won't - be the case in the long run, but for now some important boot-time - options need /usr/bin/fs to set them. + * Update init script to require $remote_fs be started first and stopped + after OpenAFS. This won't be the case in the long run, but for now + some important boot-time options need /usr/bin/fs to set them. * List $syslog in Should-Start for the openafs-client init script, since otherwise if loading the module causes a kernel panic, it won't be logged to disk. diff --git a/debian/openafs-client.init b/debian/openafs-client.init index 22fb1d172..329cfca53 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -2,7 +2,7 @@ ### BEGIN INIT INFO # Provides: openafs-client # Required-Start: $remote_fs $network $time -# Required-Stop: $network +# Required-Stop: $remote_fs $network # Should-Start: $syslog # X-Stop-After: autofs # Default-Start: 2 3 4 5 -- 2.39.5