summaryrefslogtreecommitdiff
path: root/security/krb5-appl/files/patch-au
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /security/krb5-appl/files/patch-au
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Diffstat (limited to 'security/krb5-appl/files/patch-au')
-rw-r--r--security/krb5-appl/files/patch-au19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/krb5-appl/files/patch-au b/security/krb5-appl/files/patch-au
deleted file mode 100644
index b408c4a3750d..000000000000
--- a/security/krb5-appl/files/patch-au
+++ /dev/null
@@ -1,19 +0,0 @@
-*** appl/bsd/forward.c.ORIG Fri Feb 6 19:41:16 1998
---- appl/bsd/forward.c Tue Jun 30 19:46:01 1998
-***************
-*** 51,57 ****
- */
-
- sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid());
-! setenv("KRB5CCNAME", ccname, 0);
-
- if (retval = krb5_cc_resolve(context, ccname, ccache))
- goto cleanup;
---- 51,57 ----
- */
-
- sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid());
-! setenv("KRB5CCNAME", ccname, 1);
-
- if (retval = krb5_cc_resolve(context, ccname, ccache))
- goto cleanup;