aboutsummaryrefslogtreecommitdiff
path: root/debian/libpam0g.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-30 10:06:02 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:19 -0800
commit28838f5d73d440ce760d99d7df5874c86c9aaff4 (patch)
treedcc65c83c5014eaac89eff49f7cba9b3c5060349 /debian/libpam0g.postinst
parent01fb868fcfc3c3ee3bae09cfc3ea317a127931c9 (diff)
downloadpam-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.
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r--debian/libpam0g.postinst2
1 files changed, 1 insertions, 1 deletions
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"