thedude
June 7th, 2003, 15:20
What am I missing here?

puffy# patch -p0 < 013_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 < 013_kerberos.patch
|
|And then rebuild and install the Kerberos 5 KDC:
| cd kerberosV/lib/roken
| make obj
| make cleandir
| make depend
| make
| cd ../../libexec/kdc
| make obj
| make cleandir
| make depend
| make
| make install
|
|Index: kerberosV/src/kdc/524.c
|================================================= ==================
|RCS file: /cvs/src/kerberosV/src/kdc/524.c,v
|retrieving revision 1.1.1.3
|retrieving revision 1.1.1.3.4.1
|diff -u -r1.1.1.3 -r1.1.1.3.4.1
|--- kerberosV/src/kdc/524.c 6 Feb 2002 08:54:50 -0000 1.1.1.3
|+++ kerberosV/src/kdc/524.c 22 Mar 2003 21:26:30 -0000 1.1.1.3.4.1
--------------------------
File to patch: kerberosV
No file found--skip this patch? [n] n
File to patch: kerberosV.src.kdc/524.c
No file found--skip this patch? [n]
File to patch:
No file found--skip this patch? [n]
File to patch: diff -u -r1.1.1.3 -r1.1.1.3.4.1
No file found--skip this patch? [n]
File to patch: diff -u -r1.1.1.3 -r1.1.1.3.4.1
No file found--skip this patch? [n] n
File to patch: 1.1.1.3
No file found--skip this patch? [n]
File to patch:

elmore
June 7th, 2003, 15:23
looks like you don't have the source code.

thedude
June 7th, 2003, 17:29
For future reference and for newbies trying this same thing, just download the src.tar.gz from ftp://ftp.openbsd.org/pub/OpenBSD/3.x and untar it w/ tar -xzvf into your /usr/src directory.