From 39ddda305a46fb1c27862eca3443edc712f6295a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 26 Mar 2008 23:48:23 +0000 Subject: [PATCH] * Move openafs-client later in the shutdown sequence on new installations so that it stops after autofs and add an X-Stop-After LSB header to achieve the same more reliably with dependency-based boots. (Closes: #472545) --- debian/changelog | 4 ++++ debian/openafs-client.init | 1 + debian/rules | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c03c05888..2e67f8fb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ openafs (1.4.7~pre1.dfsg1-1) UNRELEASED; urgency=low - Ubik fixes preventing database truncation on unreliable links. * Install the up man page as afs-up, matching our renaming, and update its text accordingly. (Closes: #459635) + * Move openafs-client later in the shutdown sequence on new + installations so that it stops after autofs and add an X-Stop-After + LSB header to achieve the same more reliably with dependency-based + boots. (Closes: #472545) * Update doc-base control file sections for the new categorization. * debian/rules and debian/module/rules improvements: - Remove all modified generated files on debian/rules clean. diff --git a/debian/openafs-client.init b/debian/openafs-client.init index b9946684b..969cf5133 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -4,6 +4,7 @@ # Required-Start: $network $time # Required-Stop: $local_fs $remote_fs $network # Should-Start: $local_fs $remote_fs +# X-Stop-After: autofs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: OpenAFS client diff --git a/debian/rules b/debian/rules index 9ad27da95..874bad2d9 100755 --- a/debian/rules +++ b/debian/rules @@ -217,7 +217,7 @@ binary-arch: install-stamp dh_installchangelogs NEWS dh_installdocs dh_installdebconf - DH_OPTIONS= dh_installinit -popenafs-client -r -- defaults 25 18 + DH_OPTIONS= dh_installinit -popenafs-client -r -- defaults 25 20 DH_OPTIONS= dh_installinit -popenafs-fileserver -r dh_link dh_strip --dbg-package=openafs-dbg -- 2.39.5