summaryrefslogtreecommitdiff
path: root/debian/patches/8.14/8.14.3/kerberos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/8.14/8.14.3/kerberos.patch')
-rw-r--r--debian/patches/8.14/8.14.3/kerberos.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/patches/8.14/8.14.3/kerberos.patch b/debian/patches/8.14/8.14.3/kerberos.patch
deleted file mode 100644
index 59cb0e7..0000000
--- a/debian/patches/8.14/8.14.3/kerberos.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-# Attempt to support Kerberos
-#### Patch data follows ####
-diff -c 'sendmail/conf.c' 'debian/patches.conf.c'
-Index: ./sendmail/conf.c
-Prereq: 8.1141
-*** ./sendmail/conf.c Mon May 26 19:55:54 2008
---- ./debian/conf.c Mon May 26 20:02:22 2008
-***************
-*** 3891,3896 ****
---- 3891,3903 ----
- vendor_post_defaults(e)
- ENVELOPE *e;
- {
-+ /*
-+ * Kerberos V support
-+ */
-+ sm_setuserenv("KRB5CCNAME", NULL);
-+ sm_setuserenv("KRB5_KTNAME", NULL);
-+ sm_setuserenv("KRB5_CONFIG", NULL);
-+
- #ifdef __QNX__
- /* Makes sure the SOCK environment variable remains */
- sm_setuserenv("SOCK", NULL);
-#### End of Patch data ####