diff options
author | Steve Langasek <vorlon@debian.org> | 2010-02-04 21:23:36 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:26:03 -0800 |
commit | f9ae7ba2bc715f3f0e48dda51d65b8530d4c07fe (patch) | |
tree | ab0cd9d36528a4fb2482fbbece5278b3455eeac5 /debian/libpam0g.postinst | |
parent | 5a38f4ed563a28d7a3a0d98c53bb71961aa78499 (diff) | |
download | pam-f9ae7ba2bc715f3f0e48dda51d65b8530d4c07fe.tar.gz pam-f9ae7ba2bc715f3f0e48dda51d65b8530d4c07fe.tar.bz2 pam-f9ae7ba2bc715f3f0e48dda51d65b8530d4c07fe.zip |
Document the new symbols added in 1.1.1 in debian/libpam0g.symbols, and
raise the minimum version for the service restarting code.
Closes: #568480.
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 8c72cf65..9eaa594c 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -85,7 +85,7 @@ installed_services() { if [ "$1" = "configure" ] then if [ ! -z "$2" ]; then - if dpkg --compare-versions "$2" lt 1.1.0; then + if dpkg --compare-versions "$2" lt 1.1.1-2; then db_version 2.0 echo -n "Checking for services that may need to be restarted..." @@ -186,7 +186,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 1.1.0 + fi # end upgrading and $2 lt 1.1.1-2 fi # Upgrading fi |