Source: cryptsetup
Version: 2:1.7.3-3
Severity: normal
Tags: patch

Specifying start/stop priorities has been deprecated a long time (at
least since wheezy after the switch to dependency based boot).

Upgrading cryptsetup atm produces this warning message

update-rc.d: warning: start and stop actions are no longer supported;
falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported;
falling back to defaults

Please consider applying the attach patch with your next upload.

Regards,
Michael


-- Package-specific info:

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- debconf information excluded
>From 70f5cd6e4aed3185d799bd24301f6f8f4aa1ccce Mon Sep 17 00:00:00 2001
From: Michael Biebl <bi...@debian.org>
Date: Sat, 10 Dec 2016 00:23:00 +0100
Subject: [PATCH] Drop obsolete update-rc.d parameters

This fixes:
update-rc.d: warning: start and stop actions are no longer supported;
falling back to defaults
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4dba608..2b0c2e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,9 +176,9 @@ binary-arch: build install
 	dh_installchangelogs -a
 	dh_installdocs -a
 	dh_installexamples -a debian/scripts/gen-ssl-key
-	dh_installinit -a --no-start --name=cryptdisks-early --update-rcd-params="start 26 S . start 59 0 6 ."
+	dh_installinit -a --no-start --name=cryptdisks-early
 	dh_installinit -a --no-start --name=cryptdisks-udev
-	dh_installinit -a --no-start --name=cryptdisks --update-rcd-params="start 28 S . start 48 0 6 ."
+	dh_installinit -a --no-start --name=cryptdisks
 	dh_installman -a debian/doc/crypttab.5 debian/doc/cryptdisks_start.8 debian/doc/cryptdisks_stop.8
 	dh_installman -p cryptsetup-bin debian/luksformat.8
 	# Copy relevant parts to cryptsetup-udeb package
-- 
2.11.0

Reply via email to