diff options
author | Steve Langasek <vorlon@debian.org> | 2010-01-04 12:45:53 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:26:01 -0800 |
commit | 2ab8d085227ff8e0a4ab662edeb24ab9deb0e1ed (patch) | |
tree | 3c1cfbb771a9f709c4ca35db9d685e7372c70e79 | |
parent | 3e8164234c494ef8aef88f1f59acf2218c40cf28 (diff) | |
download | pam-2ab8d085227ff8e0a4ab662edeb24ab9deb0e1ed.tar.gz pam-2ab8d085227ff8e0a4ab662edeb24ab9deb0e1ed.tar.bz2 pam-2ab8d085227ff8e0a4ab662edeb24ab9deb0e1ed.zip |
Add postgresql-8.3 to the list of services in need of restart on upgrade.
Closes: #563674.
-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" |