diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-30 10:06:02 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:19 -0800 |
commit | 28838f5d73d440ce760d99d7df5874c86c9aaff4 (patch) | |
tree | dcc65c83c5014eaac89eff49f7cba9b3c5060349 | |
parent | 01fb868fcfc3c3ee3bae09cfc3ea317a127931c9 (diff) | |
download | pam-28838f5d73d440ce760d99d7df5874c86c9aaff4.tar.gz pam-28838f5d73d440ce760d99d7df5874c86c9aaff4.tar.bz2 pam-28838f5d73d440ce760d99d7df5874c86c9aaff4.zip |
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.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libpam0g.postinst | 2 |
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" |