diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-20 00:44:35 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:25 -0800 |
commit | 5ee1402be9da2d2b914c8a1de5935e61cdf6d103 (patch) | |
tree | eea7bea73cd95053379fbb342967f4fa41361e3d /debian/libpam-runtime.postinst | |
parent | d045b57c7d94f08cbe46b0c2515d54986b41f37d (diff) | |
download | pam-5ee1402be9da2d2b914c8a1de5935e61cdf6d103.tar.gz pam-5ee1402be9da2d2b914c8a1de5935e61cdf6d103.tar.bz2 pam-5ee1402be9da2d2b914c8a1de5935e61cdf6d103.zip |
add a --package option to pam-auth-update, which lowers the debconf priority
of the multiselect question
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 5efb3f16..a0387edf 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -19,7 +19,7 @@ then done fi -pam-auth-update $force +pam-auth-update --package $force if [ -n "$force" ]; then rm -f /etc/pam.d/common-auth.pam-old \ |