From ca1388e24462e5434673c1e884631a65947654e8 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 22 Jul 2013 13:24:36 -0700 Subject: [PATCH] Drop sequence numbers from the openafs-client init script * Drop the sequence numbers from the openafs-client init script registration. Debian now always uses dependency-based boot ordering. --- debian/changelog | 2 ++ debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 353af78b5..f3400fc74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ openafs (1.6.5-1) UNRELEASED; urgency=low session encryption purposes). (CVE-2013-4134) - OPENAFS-SA-2013-004: Properly support the -encrypt option in vos, including with -localauth. (CVE-2013-4135) + * Drop the sequence numbers from the openafs-client init script + registration. Debian now always uses dependency-based boot ordering. * Translation updates: - Japanese, thanks victory. (Closes: #714223) diff --git a/debian/rules b/debian/rules index 71097a7a4..adfe1750f 100755 --- a/debian/rules +++ b/debian/rules @@ -227,9 +227,9 @@ override_dh_install: install -m 644 debian/openafs-client.NEWS \ debian/$(srcpkg)/usr/share/doc/$(srcpkg)/NEWS.Debian -# We have multiple init scripts with some non-standard defaults. +# We don't want to stop the init scripts on upgrade. override_dh_installinit: - dh_installinit -popenafs-client -r -- defaults 25 20 + dh_installinit -popenafs-client -r dh_installinit -popenafs-fileserver -r # Create the documentation symlinks. -- 2.39.5