diff options
author | Steve Langasek <vorlon@debian.org> | 2011-06-04 02:09:10 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:51:59 -0800 |
commit | f08c71413b5c0c3b67c0e9f062f4940bd76849a4 (patch) | |
tree | d259ff429534e558e8e044ae87ff791aa0069abd /debian/libpam0g.postinst | |
parent | a77d53c42ca1e892aab3ca9d26a3e78a0a04e72d (diff) | |
download | pam-f08c71413b5c0c3b67c0e9f062f4940bd76849a4.tar.gz pam-f08c71413b5c0c3b67c0e9f062f4940bd76849a4.tar.bz2 pam-f08c71413b5c0c3b67c0e9f062f4940bd76849a4.zip |
bump the minimum version check in maintainer scripts for the restart
handling.
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 9eaa594c..c58ed66e 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.1-2; then + if dpkg --compare-versions "$2" lt 1.1.3-1; 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.1-2 + fi # end upgrading and $2 lt 1.1.3-1 fi # Upgrading fi |