summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/libpam0g.postinst2
2 files changed, 4 insertions, 1 deletions
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 <vorlon@debian.org> 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"