more low-hanging fruit...

Chris Pressey cpressey at catseye.mine.nu
Fri Jan 30 23:13:15 PST 2004


Basically just s/FreeBSD/DragonFly/g plus some minor tweakings.

-Chris
Index: README
===================================================================
RCS file: /home/dcvs/src/README,v
retrieving revision 1.4
diff -u -r1.4 README
--- README	14 Aug 2003 18:27:49 -0000	1.4
+++ README	30 Jan 2004 23:09:04 -0000
@@ -1,4 +1,4 @@
-This is the top level of the FreeBSD source directory.  This file
+This is the top level of the DragonFly source directory.  This file
 was last revised on:
 $FreeBSD: src/README,v 1.15.2.4 2002/04/26 16:01:35 bmah Exp $
 $DragonFly$
@@ -9,22 +9,24 @@
 more information).
 
 The Makefile in this directory supports a number of targets for
-building components (or all) of the FreeBSD source tree, the most
+building components (or all) of the DragonFly source tree, the most
 commonly used one being ``world'', which rebuilds and installs
-everything in the FreeBSD system from the source tree except the
+everything in the DragonFly system from the source tree except the
 kernel, the kernel-modules and the contents of /etc.  The
 ``buildkernel'' and ``installkernel'' targets build and install
 the kernel and the modules (see below).  Please see the top of
 the Makefile in this directory for more information on the
 standard build targets and compile-time flags.
 
-Building a kernel is a somewhat more involved process, documentation
-for which can be found at:
+Building a kernel is a somewhat involved process.  Documentation
+for it can be found at:
    http://www.FreeBSD.org/handbook/kernelconfig.html
-And in the config(8) man page.
+Although the above reference is FreeBSD-specific, it is also generally
+applicable to DragonFly.  Also see the the config(8) man page.
+
 Note: If you want to build and install the kernel with the
 ``buildkernel'' and ``installkernel'' targets, you might need to build
-world before.  More information is available in the handbook.
+world before.  More information is available in the FreeBSD Handbook.
 
 The sample kernel configuration files reside in the sys/<arch>/conf
 sub-directory (assuming that you've installed the kernel sources), the
@@ -58,6 +60,8 @@
 
 libexec		System daemons.
 
+nrelease	Framework for building the ``live'' CD image.
+
 release		Release building Makefile & associated tools.
 
 sbin		System commands.
@@ -68,6 +72,8 @@
 
 sys		Kernel sources.
 
+test		System tests.
+
 tools		Utilities for regression testing and miscellaneous tasks.
 
 usr.bin		User commands.




More information about the Submit mailing list