1# $FreeBSD$
2#
3# This file contains all of the "CVSup collections" that make up the
4# FreeBSD GNATS bug report database.
5#
6# csup (CVS Update Protocol) allows you to download the latest CVS
7# tree (or any branch of development therefrom) to your system easily
8# and efficiently
9#
10# To keep your CVS tree up-to-date run:
11#
12#	csup gnats-supfile
13#
14# Note that this only updates the tree contents and does not
15# update what is actually installed.
16#
17# You may wish to change some of the settings in this file to better
18# suit your system:
19#
20# host=CHANGE_THIS.FreeBSD.org
21#		This specifies the server host which will supply the
22#		file updates.  You must change it to one of the CVSup
23#		mirror sites listed in the FreeBSD Handbook at
24#		http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
25#		You can	override this setting on the command line
26#		with cvsup's "-h host" option.
27#
28# base=/var/db
29#		This specifies the root where csup will store information
30#		about the collections you have transferred to your system.
31#		A setting of "/var/db" will generate this information in
32#		/var/db/sup.  You can override the "base" setting on the
33#		command line with cvsup's "-b base" option.  This directory
34#		must exist in order to run CVSup.
35#
36# prefix=/usr
37#		This specifies where to place the requested files.  A
38#		setting of "/usr" will place all of the files requested
39#		in "/usr/gnats".
40#		The prefix directory must exist in order to run CVSup.
41
42# Defaults that apply to all the collections
43#
44# IMPORTANT: Change the next line to use one of the CVSup mirror sites
45# listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
46*default host=CHANGE_THIS.FreeBSD.org
47*default base=/var/db
48*default prefix=/usr
49*default release=current 
50*default delete use-rel-suffix
51
52# If you seem to be limited by CPU rather than network or disk bandwidth, try
53# commenting out the following line.  (Normally, today's CPUs are fast enough
54# that you want to run compression.)
55*default compress
56
57## GNATS database
58#
59gnats
60
61