]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Drop sequence numbers from the openafs-client init script
authorRuss Allbery <rra@debian.org>
Mon, 22 Jul 2013 20:24:36 +0000 (13:24 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 22 Jul 2013 20:24:36 +0000 (13:24 -0700)
* Drop the sequence numbers from the openafs-client init script
  registration.  Debian now always uses dependency-based boot ordering.

debian/changelog
debian/rules

index 353af78b57e5123c49e55f207c525cabcc426a0b..f3400fc7441f9b3f043fb967fb37c7a5f612f233 100644 (file)
@@ -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)
 
index 71097a7a4fbbe5ac85ccff9026c439527a866037..adfe1750fcea2db992df5cf553166ade24a6399a 100755 (executable)
@@ -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.