FreeBSD src
Go to file
Sheldon Hearn c99115f476 Don't allow users to prevent the updating of /etc/motd on machines for
which /tmp is not mounted in MFS, clear_tmp_enable="NO" and
update_motd="YES".

PR:	10005
Submitted by:	Anton Voronin <anton@urc.ac.ru>
1999-06-21 15:59:42 +00:00
bin Undo some of the reversions from previous revisions, and attempt to 1999-06-21 13:23:23 +00:00
contrib Merge from non-crypto version: 1999-06-17 09:24:37 +00:00
crypto Merge from non-crypto version: 1999-06-17 09:24:37 +00:00
etc Don't allow users to prevent the updating of /etc/motd on machines for 1999-06-21 15:59:42 +00:00
games Compile when NO_REGEX is defined. 1999-06-11 04:36:16 +00:00
gnu Live & postmortem kernel debugging support for the alpha platform. 1999-06-21 15:00:15 +00:00
include Change an internal variable from "class" to "ns_class" for C++'s benefit. 1999-06-04 22:38:27 +00:00
kerberos5 Link everything against libcrypt. ELF builds complain without it. 1999-01-25 06:49:43 +00:00
kerberosIV Link everything against libcrypt. ELF builds complain without it. 1999-01-25 06:49:43 +00:00
lib Correct troff sequence for backslashes in manual page. 1999-06-21 09:37:38 +00:00
libexec Identify illegal switches, don't print them as '?' in the error.. 1999-05-18 05:51:09 +00:00
release Add bits of PAO that are non-controversial. 1999-06-17 19:04:56 +00:00
sbin Mention that data going from one internal address to another will 1999-06-21 07:58:25 +00:00
secure Typo in comment. 1999-04-25 13:14:36 +00:00
share Clarified info on X release 3.3.1. 1999-06-18 16:53:33 +00:00
sys Sync with sys/i386/i386/machdep.c revision 1.342. 1999-06-21 11:14:27 +00:00
tools Move the proper set of libraries. 1999-04-05 21:41:56 +00:00
usr.bin Add missing argument to synopsis. 1999-06-21 12:09:31 +00:00
usr.sbin Ensure that an update takes place when the -m option is used. 1999-06-21 14:40:59 +00:00
COPYRIGHT
Makefile Change !defined(NOAOUT) knob to defined(WANT_AOUT). 1999-03-29 10:59:53 +00:00
Makefile.inc0 fix (non destructive) braino to do with quoting in makefiles. 1999-06-06 20:21:27 +00:00
Makefile.inc1 ${.CURDIR} doesn't have to be /usr/src, especially in a cvs checkout. Make 1999-06-04 17:34:28 +00:00
Makefile.upgrade Set X11BASE to something deliberately bogus in elf_buildworld so that 1999-03-23 08:09:25 +00:00
README No more src/lkm dir... 1999-01-06 14:02:35 +00:00
UPDATING Add ipfw binary breakage, as well as inetd updates. 1999-06-20 09:56:32 +00:00

This is the top level of the FreeBSD source directory.  This file
was last revised on: $Id: README,v 1.13 1998/09/13 09:38:34 markm Exp $

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
sources in this tree - please see the specific source directories for
more information).

The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree, the most
commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel and the contents of /etc.  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 with config(8) is a somewhat more involved process,
documentation for which can be found at:
   http://www.freebsd.org/handbook/kernelconfig.html
And in the config(8) man page.

The sample kernel configuration files reside in the sys/i386/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 LINT contains entries for all possible devices, not
just those commonly used, and is meant more as a general reference
than an actual kernel configuration file (a kernel built from it
wouldn't even run).


Source Roadmap:
---------------
bin		System/User commands.

contrib		Packages contributed by 3rd parties.

crypto		Export controlled stuff (see crypto/README).

etc		Template files for /etc

games		Amusements.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberosIV	Kerberos package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

sbin		System commands.

secure		DES and DES-related utilities - NOT FOR EXPORT!

share		Shared resources.

sys		Kernel sources.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

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