diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-05 18:15:08 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-05 18:15:08 +0000 |
commit | 0806d9d1d4d737a6690bc464e1c0a0760284e675 (patch) | |
tree | c2dbfebd15cd19c52f23bcb4283e395c487eabfd /security/pam_krb5/files | |
parent | install left out plugins (diff) |
Remove this port. The pam_krb5 in the base system should be utilized.
Notes
Notes:
svn path=/head/; revision=74892
Diffstat (limited to 'security/pam_krb5/files')
-rw-r--r-- | security/pam_krb5/files/patch-pam_krb5_sess.c | 12 |
1 files changed, 0 insertions, 12 deletions
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 */ |