diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-20 12:14:00 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:26 -0800 |
commit | 1d93bdd82c0196f60aac1361b9fdfa8451ec40fe (patch) | |
tree | 11599999dd796b183e8a1d2ad5daadf598dc895b /debian/libpam-runtime.postinst | |
parent | bedde1288078193d0191f89fd824590964a90fb9 (diff) | |
download | pam-1d93bdd82c0196f60aac1361b9fdfa8451ec40fe.tar.gz pam-1d93bdd82c0196f60aac1361b9fdfa8451ec40fe.tar.bz2 pam-1d93bdd82c0196f60aac1361b9fdfa8451ec40fe.zip |
bump the version check to 1.0.1-4; we had to upload 1.0.1-3 as a security fix
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r-- | debian/libpam-runtime.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index a0387edf..534616d3 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -4,7 +4,7 @@ # -- only create on package install. force= -if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-3 +if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-4 then force=--force for configfile in common-auth common-account common-session \ |