diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 19:28:14 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:54 -0800 |
commit | 7ed926304a0b540ba74d1362f4ac8e9efb74af5f (patch) | |
tree | 3de818ba3608cbfdaed564679367ef980895af92 /debian/libpam0g.postinst | |
parent | f34307fe66feac19e0368e9d4d933cdeebe4a910 (diff) | |
download | pam-7ed926304a0b540ba74d1362f4ac8e9efb74af5f.tar.gz pam-7ed926304a0b540ba74d1362f4ac8e9efb74af5f.tar.bz2 pam-7ed926304a0b540ba74d1362f4ac8e9efb74af5f.zip |
new symbol in libpam.so.0, pam_modutil_audit_write; shlibs bump, and
do another round of service restarts on upgrade.
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r-- | debian/libpam0g.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index 2963cf71..164e07af 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -96,7 +96,7 @@ installed_services() { if [ "$1" = "configure" ] then if [ ! -z "$2" ]; then - if dpkg --compare-versions "$2" lt 0.99.7.1-3; then + if dpkg --compare-versions "$2" lt 0.99.10.0; then db_version 2.0 echo -n "Checking for services that may need to be restarted..." @@ -203,7 +203,7 @@ then # Shut down the frontend, to make sure none of the # restarted services keep a connection open to it db_stop - fi # end upgrading and $2 lt 0.99.7.1-3 + fi # end upgrading and $2 lt 0.99.10.0 fi # Upgrading fi |