From d74e4cbc8fc80bb2c814f58643c55fb9a6cb6391 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 26 Mar 2002 12:35:49 +0000 Subject: [PATCH] Spell "FreeBSD" correctly. `buildworld' is no longer a strict prerequisite for `buildkernel' as of Makefile.inc1,v 1.184. Fix kernel configuration files path to look MI. Mention src/kerberos5. --- README | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README b/README index 5ead51747dc..48d0fdb8063 100644 --- a/README +++ b/README @@ -19,13 +19,13 @@ standard build targets and compile-time flags. Building a kernel is a somewhat more involved process, documentation for which can be found at: - http://www.freebsd.org/handbook/kernelconfig.html + http://www.FreeBSD.org/handbook/kernelconfig.html And in the config(8) man page. Note: If you want to build and install the kernel with the -``buildkernel'' and ``installkernel'' targets, you have to build +``buildkernel'' and ``installkernel'' targets, you might need to build world before. More information is available in the handbook. -The sample kernel configuration files reside in the sys/i386/conf +The sample kernel configuration files reside in the sys//conf sub-directory (assuming that you've installed the kernel sources), the file named GENERIC being the one used to build your initial installation kernel. The file NOTES contains entries and documentation for all possible @@ -36,13 +36,13 @@ pure reference and documentation file. Source Roadmap: --------------- -bin System/User commands. +bin System/user commands. contrib Packages contributed by 3rd parties. crypto Cryptography stuff (see crypto/README). -etc Template files for /etc +etc Template files for /etc. games Amusements. @@ -51,7 +51,9 @@ gnu Various commands and libraries under the GNU Public License. include System include files. -kerberosIV Kerberos package. +kerberos5 Kerberos5 (Heimdal) package. + +kerberosIV KerberosIV (eBones) package. lib System libraries. @@ -77,4 +79,4 @@ usr.sbin System administration commands. For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see: - http://www.freebsd.org/handbook/synching.html + http://www.FreeBSD.org/handbook/synching.html