diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam0g.postinst | 2 |
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" |