From 28838f5d73d440ce760d99d7df5874c86c9aaff4 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 30 Jul 2008 10:06:02 -0700 Subject: Look for cups instead of cupsys as an init script name when restarting services; thanks to Stephen Olander-Waters for pointing this out. Closes: #492977. --- debian/changelog | 3 +++ debian/libpam0g.postinst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2cae2344..63390fc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ pam (1.0.1-2) UNRELEASED; urgency=low * 007_modules_pam_unix: update the documentation to correctly document the default minimum password length is 6, not 1. + * Look for cups instead of cupsys as an init script name when restarting + services; thanks to Stephen Olander-Waters for pointing this out. + Closes: #492977. -- Steve Langasek Wed, 30 Jul 2008 00:55:10 -0700 diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index 164e07af..9efa29ca 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -102,7 +102,7 @@ then echo -n "Checking for services that may need to be restarted..." check="apache2-common at bayonne cherokee courier-authdaemon" - check="$check cron cupsys" + check="$check cron cups" check="$check dante-server diald dovecot-common exim exim4-base" check="$check fcron fireflier-server freeradius gdm heartbeat" check="$check heartbeat-2 hylafax-server iiimf-server inn2" -- cgit v1.2.3