diff options
author | Steve Langasek <vorlon@debian.org> | 2019-02-12 23:50:39 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-02-12 23:51:24 +0000 |
commit | e1ca5432fae81b4a470a3a72d8d81e3ab5ddb700 (patch) | |
tree | 600cb9287f9ef0a4b49718422bc6818a264209e0 /debian/libpam0g.postinst | |
parent | d47f8a49e76dde808621b4caf739528158ed0a12 (diff) | |
download | pam-e1ca5432fae81b4a470a3a72d8d81e3ab5ddb700.tar.gz pam-e1ca5432fae81b4a470a3a72d8d81e3ab5ddb700.tar.bz2 pam-e1ca5432fae81b4a470a3a72d8d81e3ab5ddb700.zip |
Bump the version check for service restarts to 1.3.1-2. Closes: #922178.
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 bc8a52f2..5e0d63a7 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -86,7 +86,7 @@ installed_services() { if [ "$1" = "configure" ] then if [ ! -z "$2" ]; then - if dpkg --compare-versions "$2" lt 1.1.3-2; then + if dpkg --compare-versions "$2" lt 1.3.1-2; then db_version 2.0 echo -n "Checking for services that may need to be restarted..." @@ -192,7 +192,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.3-2 + fi # end upgrading and $2 lt 1.3.1-2 fi # Upgrading fi |