1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1996-08-21 00:23:56 +00:00
|
|
|
#
|
1996-12-15 00:34:52 +00:00
|
|
|
# This file contains all of the "CVSup collections" that make up the
|
|
|
|
# FreeBSD-stable source tree.
|
|
|
|
#
|
|
|
|
# CVSup (CVS Update Protocol) allows you to download the latest CVS
|
|
|
|
# tree (or any branch of development therefrom) to your system easily
|
|
|
|
# and efficiently (far more so than with sup, which CVSup is aimed
|
|
|
|
# at replacing). If you're running CVSup interactively, and are
|
|
|
|
# currently using an X display server, you should run CVSup as follows
|
|
|
|
# to keep your CVS tree up-to-date:
|
1996-08-21 00:23:56 +00:00
|
|
|
#
|
|
|
|
# cvsup stable-supfile
|
|
|
|
#
|
|
|
|
# If not running X, or invoking cvsup from a non-interactive script, then
|
|
|
|
# run it as follows:
|
|
|
|
#
|
|
|
|
# cvsup -g -L 2 stable-supfile
|
|
|
|
#
|
1996-12-15 00:34:52 +00:00
|
|
|
# You may wish to change some of the settings in this file to better
|
1996-08-21 00:23:56 +00:00
|
|
|
# suit your system:
|
|
|
|
#
|
1999-02-11 18:14:03 +00:00
|
|
|
# host=CHANGE_THIS.FreeBSD.org
|
1996-12-15 00:34:52 +00:00
|
|
|
# This specifies the server host which will supply the
|
1999-02-11 18:14:03 +00:00
|
|
|
# file updates. You must change it to one of the CVSup
|
|
|
|
# mirror sites listed in the FreeBSD Handbook at
|
2002-07-30 14:08:16 +00:00
|
|
|
# http://www.freebsd.org/doc/handbook/mirrors.html.
|
1999-02-11 18:14:03 +00:00
|
|
|
# You can override this setting on the command line
|
|
|
|
# with cvsup's "-h host" option.
|
1996-12-15 00:34:52 +00:00
|
|
|
#
|
2004-05-24 06:23:15 +00:00
|
|
|
# base=/var/db
|
1996-12-15 00:34:52 +00:00
|
|
|
# This specifies the root where CVSup will store information
|
1996-08-21 00:23:56 +00:00
|
|
|
# about the collections you have transferred to your system.
|
2004-05-24 06:23:15 +00:00
|
|
|
# A setting of "/var/db" will generate this information in
|
|
|
|
# /var/db/sup. Even if you are CVSupping a large number of
|
1996-08-21 00:23:56 +00:00
|
|
|
# collections, you will be hard pressed to generate more than
|
1996-12-15 00:34:52 +00:00
|
|
|
# ~1MB of data in this directory. You can override the
|
|
|
|
# "base" setting on the command line with cvsup's "-b base"
|
|
|
|
# option. This directory must exist in order to run CVSup.
|
1996-08-21 00:23:56 +00:00
|
|
|
#
|
1996-11-10 21:51:31 +00:00
|
|
|
# prefix=/usr
|
1996-12-15 00:34:52 +00:00
|
|
|
# This specifies where to place the requested files. A
|
|
|
|
# setting of "/usr" will place all of the files requested
|
|
|
|
# in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
|
|
|
|
# The prefix directory must exist in order to run CVSup.
|
1997-07-22 03:03:13 +00:00
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# DANGER! WARNING! LOOK OUT! VORSICHT!
|
|
|
|
#
|
2001-08-06 06:52:24 +00:00
|
|
|
# If you add any of the ports or doc collections to this file, be sure to
|
|
|
|
# specify them with a "tag" value set to ".", like this:
|
1997-07-22 03:03:13 +00:00
|
|
|
#
|
|
|
|
# ports-all tag=.
|
2001-08-06 06:52:24 +00:00
|
|
|
# doc-all tag=.
|
1997-07-22 03:03:13 +00:00
|
|
|
#
|
|
|
|
# If you leave out the "tag=." portion, CVSup will delete all of
|
2001-08-06 06:52:24 +00:00
|
|
|
# the files in your ports or doc tree. That is because the ports and doc
|
|
|
|
# collections do not use the same tags as the main part of the FreeBSD
|
|
|
|
# source tree.
|
1997-07-22 03:03:13 +00:00
|
|
|
#
|
|
|
|
###############################################################################
|
1996-08-21 00:23:56 +00:00
|
|
|
|
1996-12-15 00:34:52 +00:00
|
|
|
# Defaults that apply to all the collections
|
1999-02-11 18:14:03 +00:00
|
|
|
#
|
|
|
|
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
|
2002-07-30 14:08:16 +00:00
|
|
|
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
|
1999-02-11 18:14:03 +00:00
|
|
|
*default host=CHANGE_THIS.FreeBSD.org
|
2004-05-24 06:23:15 +00:00
|
|
|
*default base=/var/db
|
1996-12-15 00:34:52 +00:00
|
|
|
*default prefix=/usr
|
2005-09-12 13:31:33 +00:00
|
|
|
# The following line is for 6-stable. If you want 5-stable, 4-stable,
|
|
|
|
# 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3",
|
|
|
|
# or "RELENG_2_2" respectively.
|
|
|
|
*default release=cvs tag=RELENG_6
|
1996-12-15 00:34:52 +00:00
|
|
|
*default delete use-rel-suffix
|
1996-08-21 00:23:56 +00:00
|
|
|
|
2003-09-18 08:19:39 +00:00
|
|
|
# If you seem to be limited by CPU rather than network or disk bandwidth, try
|
|
|
|
# commenting out the following line. (Normally, today's CPUs are fast enough
|
|
|
|
# that you want to run compression.)
|
1996-12-15 00:34:52 +00:00
|
|
|
*default compress
|
1996-08-21 00:23:56 +00:00
|
|
|
|
1996-12-15 00:34:52 +00:00
|
|
|
## Main Source Tree.
|
|
|
|
#
|
|
|
|
# The easiest way to get the main source tree is to use the "src-all"
|
2001-04-27 12:00:35 +00:00
|
|
|
# mega-collection. It includes all of the individual "src-*" collections.
|
|
|
|
# Please note: If you want to track -STABLE, leave this uncommented.
|
1996-12-15 00:34:52 +00:00
|
|
|
src-all
|
|
|
|
|
|
|
|
# These are the individual collections that make up "src-all". If you
|
|
|
|
# use these, be sure to comment out "src-all" above.
|
|
|
|
#src-base
|
|
|
|
#src-bin
|
2007-04-14 12:53:37 +00:00
|
|
|
#src-cddl
|
1996-12-15 00:34:52 +00:00
|
|
|
#src-contrib
|
|
|
|
#src-etc
|
|
|
|
#src-games
|
|
|
|
#src-gnu
|
|
|
|
#src-include
|
2000-03-05 18:52:44 +00:00
|
|
|
#src-kerberos5
|
1997-09-24 03:54:44 +00:00
|
|
|
#src-kerberosIV
|
1996-12-15 00:34:52 +00:00
|
|
|
#src-lib
|
|
|
|
#src-libexec
|
1996-12-27 04:03:06 +00:00
|
|
|
#src-release
|
2007-04-14 12:53:37 +00:00
|
|
|
#src-rescue
|
1996-12-15 00:34:52 +00:00
|
|
|
#src-sbin
|
|
|
|
#src-share
|
|
|
|
#src-sys
|
1996-12-27 04:03:06 +00:00
|
|
|
#src-tools
|
1996-12-15 00:34:52 +00:00
|
|
|
#src-usrbin
|
|
|
|
#src-usrsbin
|
2000-07-09 16:03:53 +00:00
|
|
|
# These are the individual collections that make up FreeBSD's crypto
|
|
|
|
# collection. They are no longer export-restricted and are a part of
|
|
|
|
# src-all
|
1997-10-02 00:01:36 +00:00
|
|
|
#src-crypto
|
2000-07-09 16:03:53 +00:00
|
|
|
#src-eBones
|
1996-12-15 00:34:52 +00:00
|
|
|
#src-secure
|
1999-08-31 17:26:21 +00:00
|
|
|
#src-sys-crypto
|