when trying to patch a new i386 installation with the first patch I get the following:
------------------------ # patch -p0 < 001_kerberos.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Apply by doing: | cd /usr/src | patch -p0 < 001_kerberos.patch | |Rebuild and install the Kerberos 5 library: | cd lib/libkrb5 | make obj | make depend | make | make install | |And then rebuild and install the Kerberos 5 KDC: | cd ../../kerberosV/libexec/kdc | make obj | make depend | make | make install | | |Index: kerberosV/src/lib/krb5/crypto.c |=================================================================== |RCS file: /cvs/src/kerberosV/src/lib/krb5/crypto.c,v |retrieving revision 1.10 |diff -p -u -p -u -r1.10 crypto.c |--- kerberosV/src/lib/krb5/crypto.c 6 Oct 2006 07:09:10 -0000 1.10 |+++ kerberosV/src/lib/krb5/crypto.c 30 Mar 2010 17:17:43 -0000 -------------------------- Patching file kerberosV/src/lib/krb5/crypto.c using Plan A... Hunk #1 succeeded at 3463 (offset 12 lines). Hunk #2 failed at 3543. Hunk #3 succeeded at 3607 (offset 7 lines). 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej done ----------------------------------------- Thanks Tony

