diff options
Diffstat (limited to 'security/pam_krb5/files')
| -rw-r--r-- | security/pam_krb5/files/patch-configure | 11 | ||||
| -rw-r--r-- | security/pam_krb5/files/patch-pam_krb5_sess.c | 12 | ||||
| -rw-r--r-- | security/pam_krb5/files/patch-pam_krb5afs.c | 10 |
3 files changed, 21 insertions, 12 deletions
diff --git a/security/pam_krb5/files/patch-configure b/security/pam_krb5/files/patch-configure new file mode 100644 index 000000000000..3b3d21cf4293 --- /dev/null +++ b/security/pam_krb5/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Mar 17 09:31:46 2003 ++++ configure Wed Jan 21 15:26:38 2004 +@@ -11043,7 +11043,7 @@ + # Check whether --with-krbafs or --without-krbafs was given. + if test "${with_krbafs+set}" = set; then + withval="$with_krbafs" +- if test x$withval != xyes ; then ++ if test x$withval != xyes -a x$withval != xno; then + KRBAFS=$withval + CPPFLAGS="-I$withval/include $CPPFLAGS" + CFLAGS="-I$withval/include $CFLAGS" diff --git a/security/pam_krb5/files/patch-pam_krb5_sess.c b/security/pam_krb5/files/patch-pam_krb5_sess.c deleted file mode 100644 index c16b06f9c84a..000000000000 --- a/security/pam_krb5/files/patch-pam_krb5_sess.c +++ /dev/null @@ -1,12 +0,0 @@ -*** pam_krb5_sess.c.orig Sat Sep 7 10:42:40 2002 ---- pam_krb5_sess.c Sat Sep 7 10:43:02 2002 -*************** -*** 9,14 **** ---- 9,15 ---- - static const char rcsid[] = "$Id: pam_krb5_sess.c,v 1.1.1.1.2.5 2001/09/24 14:58:15 nectar Exp $"; - - #include <krb5.h> -+ #include <syslog.h> - #include "pam_krb5.h" - - /* Initiate session management */ diff --git a/security/pam_krb5/files/patch-pam_krb5afs.c b/security/pam_krb5/files/patch-pam_krb5afs.c new file mode 100644 index 000000000000..545fdded8fec --- /dev/null +++ b/security/pam_krb5/files/patch-pam_krb5afs.c @@ -0,0 +1,10 @@ +--- pam_krb5afs.c.orig Mon Mar 10 15:37:00 2003 ++++ pam_krb5afs.c Wed Jan 21 15:19:16 2004 +@@ -108,7 +108,6 @@ + #define MODULE_RET_NAME MODULE_NAME "_ret_stash" + + #define PAM_SM_AUTH +-#define PAM_SM_ACCT_MGMT + #define PAM_SM_SESSION + #define PAM_SM_PASSWORD + |
