aboutsummaryrefslogtreecommitdiff
path: root/debian/libpam0g.lintian-overrides
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2021-02-24 13:27:05 -0500
committerSteve Langasek <steve.langasek@canonical.com>2021-09-15 17:52:36 -0700
commit952595e2b7cbcb2c7964c4c60c5d4a8fc5f56046 (patch)
treec656488832c93eab030ef16d1ff09719fa886fd2 /debian/libpam0g.lintian-overrides
parenteade3115c8869136ed5a8579a6c8797b4b822796 (diff)
downloadpam-952595e2b7cbcb2c7964c4c60c5d4a8fc5f56046.tar.gz
pam-952595e2b7cbcb2c7964c4c60c5d4a8fc5f56046.tar.bz2
pam-952595e2b7cbcb2c7964c4c60c5d4a8fc5f56046.zip
debian/libpam0g.postinst: Handle systemd units
Debian policy now considers init scripts optional. When booted with systemd, use systemd facilities for determining whether a service is enabled and restarting. We might want to try restarting services that are running even if disabled. I don't think we did that in the init script case, and I don't know a good way to determine which units should be restarted. * Update template description because the services are no longer considered init scripts on most systems. It wouldn't be worth the translation churn alone, but we have another template change in the same version. * Override lintian warning regarding calling systemctl. oops lintian
Diffstat (limited to 'debian/libpam0g.lintian-overrides')
-rw-r--r--debian/libpam0g.lintian-overrides3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/libpam0g.lintian-overrides b/debian/libpam0g.lintian-overrides
index f66356af..5f36562d 100644
--- a/debian/libpam0g.lintian-overrides
+++ b/debian/libpam0g.lintian-overrides
@@ -6,3 +6,6 @@ libpam0g: package-name-doesnt-match-sonames libpam0 libpam-misc0 libpamc0
# before
libpam0g: no-debconf-config
libpam0g: postinst-uses-db-input
+# Yes, we want to use systemctl; if the service is running we do need
+# to restart it. We have already asked the admin.
+libpam0g: maintainer-script-calls-systemctl