summaryrefslogtreecommitdiff
path: root/debian/libpam0g.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2011-06-25 12:05:14 -0500
committerSteve Langasek <vorlon@debian.org>2019-01-08 22:11:46 -0800
commit9ebb1ae34d0ab37571720bb571a69dd38a3b10a5 (patch)
tree67ea6c6659b66b2b8e2711c0ac7e161a87a7bee5 /debian/libpam0g.postinst
parent37b035e863d6084431e43fd7acb550da71ea1244 (diff)
Look for /etc/init.d/postgresql, not /etc/init.d/postgresql-8.{2,3},
for service restarts; the latter are obsolete since squeeze. Closes: #631511.
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r--debian/libpam0g.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst
index 741134ce..e26e34ea 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0g.postinst
@@ -68,6 +68,7 @@ installed_services() {
-e's/\bheartbeat-2\b/heartbeat/g' \
-e's/\bhylafax-server\b/hylafax/g' \
-e's/\bpartimage-server\b/partimaged/g' \
+ -e's/\bpostgresql-common\b/postgresql/g' \
-e's/\bsasl2-bin\b/saslauthd/g' \
)
@@ -98,7 +99,7 @@ then
check="$check kannel linesrv linesrv-mysql lsh-server"
check="$check muddleftpd netatalk nuauth partimage-server"
check="$check perdition pgpool popa3d"
- check="$check postgresql-8.2 postgresql-8.3 proftpd pure-ftpd"
+ check="$check postgresql-common proftpd pure-ftpd"
check="$check pure-ftpd-ldap pure-ftpd-mysql"
check="$check pure-ftpd-postgresql racoon samba sasl2-bin"
check="$check sfs-server solid-pop3d squid squid3 tac-plus"