summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2010-01-04 12:45:53 -0800
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:26:01 -0800
commit2ab8d085227ff8e0a4ab662edeb24ab9deb0e1ed (patch)
tree3c1cfbb771a9f709c4ca35db9d685e7372c70e79 /debian
parent3e8164234c494ef8aef88f1f59acf2218c40cf28 (diff)
Add postgresql-8.3 to the list of services in need of restart on upgrade.
Closes: #563674.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/libpam0g.postinst2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 46eedb29..07fa39d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ pam (1.1.0-5) UNRELEASED; urgency=low
* debian/patches/sys-types-include.patch: fix pam_modutil.h so that it can
be included directly, without having to include sys/types.h first.
Closes: #556203.
+ * Add postgresql-8.3 to the list of services in need of restart on upgrade.
+ Closes: #563674.
-- Steve Langasek <vorlon@debian.org> Wed, 16 Sep 2009 15:25:40 -0700
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst
index 3cbbb994..287d1f95 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0g.postinst
@@ -98,7 +98,7 @@ then
check="$check kannel linesrv linesrv-mysql lsh-server"
check="$check muddleftpd netatalk nuauth partimage-server"
check="$check perdition pgpool popa3d postgresql-7.4"
- check="$check postgresql-8.1 postgresql-8.2 proftpd pure-ftpd"
+ check="$check postgresql-8.1 postgresql-8.2 postgresql-8.3 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"