diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 13:11:59 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:54 -0800 |
commit | 995e43fead379d5d2f89e958aa933d599c1bc13b (patch) | |
tree | 1d5102e5c149cc5789bb1fd8c63d43d986b24fd1 /debian/patches-applied/pam_tally_audit.patch | |
parent | 993802d99815fa46617144aebc4836b394e335df (diff) | |
download | pam-995e43fead379d5d2f89e958aa933d599c1bc13b.tar.gz pam-995e43fead379d5d2f89e958aa933d599c1bc13b.tar.bz2 pam-995e43fead379d5d2f89e958aa933d599c1bc13b.zip |
no_pthread_mutexes, limits_wrong_strncpy, misc_conv_allow_sigint.patch,
and pam_tally_audit.patch, which have been merged upstream.
Diffstat (limited to 'debian/patches-applied/pam_tally_audit.patch')
-rw-r--r-- | debian/patches-applied/pam_tally_audit.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches-applied/pam_tally_audit.patch b/debian/patches-applied/pam_tally_audit.patch deleted file mode 100644 index f7f5764b..00000000 --- a/debian/patches-applied/pam_tally_audit.patch +++ /dev/null @@ -1,18 +0,0 @@ -Patch to fix the definition of OPT_AUDIT to be octal instead of decimal, -so that it works properly in a bit field. - -Authors: Corey Wright <undefined@pobox.com> - -Upstream status: not yet submitted - ---- Linux-PAM/modules/pam_tally/pam_tally.c~ 2007-10-12 01:49:15.000000000 +0000 -+++ Linux-PAM/modules/pam_tally/pam_tally.c 2007-10-12 03:26:04.000000000 +0000 -@@ -95,7 +95,7 @@ struct tally_options { - #define OPT_PER_USER 010 - #define OPT_NO_LOCK_TIME 020 - #define OPT_NO_RESET 040 --#define OPT_AUDIT 100 -+#define OPT_AUDIT 0100 - - - /*---------------------------------------------------------------------*/ |