diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2009-03-01 06:15:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:44 +0200 |
commit | ce95a56b62dfc55ef26a7d1494fc88854c33a6bc (patch) | |
tree | dde60c8879369aee5d66f455fd91cd2fb4c73d7f /debian/patches/8.14/8.14.3/kerberos.patch | |
parent | 83792056bacbb2db3bc1255f9993844e5e3aee28 (diff) | |
download | sendmail-debian/8.14.3-8.tar.gz |
Imported Debian patch 8.14.3-8debian/8.14.3-8
Diffstat (limited to 'debian/patches/8.14/8.14.3/kerberos.patch')
-rw-r--r-- | debian/patches/8.14/8.14.3/kerberos.patch | 24 |
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 #### |