Age | Commit message (Collapse) | Author |
|
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2) Make filenames relevent to OpenBSD (i.e, /kerberos -> /etc/kerberosIv
and /usr/include/*.h -> /usr/include/kerberosIV/*.h). To be specific:
s/\/kerberos\//\/etc\/kerberosIV\//g
s/\/usr\/include\//\/usr\/include\/kerberosIV\//g
s/\/\.k/\/etc\/kerberosIV\/master_key/g
s/\#include\s*\<(.*)\>/\#include \<kerberosIV\/$1\>/g
|
|
|
|
4.4BSD Lite code (international edition). Provides all functionality
from the original 4.4BSD code plus standard Kerberos elements that were
omitted in the 4.4BSD code.
|