Deleted Added
full compact
stable-supfile (43906) stable-supfile (43907)
1# $Id: stable-supfile,v 1.12 1997/10/02 00:01:35 jkh Exp $
1# $Id: stable-supfile,v 1.13 1999/02/11 18:04:17 jdp Exp $
2#
3# This file contains all of the "CVSup collections" that make up the
4# FreeBSD-stable source tree.
5#
6# CVSup (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 (far more so than with sup, which CVSup is aimed
9# at replacing). If you're running CVSup interactively, and are

--- 5 unchanged lines hidden (view full) ---

15# If not running X, or invoking cvsup from a non-interactive script, then
16# run it as follows:
17#
18# cvsup -g -L 2 stable-supfile
19#
20# You may wish to change some of the settings in this file to better
21# suit your system:
22#
2#
3# This file contains all of the "CVSup collections" that make up the
4# FreeBSD-stable source tree.
5#
6# CVSup (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 (far more so than with sup, which CVSup is aimed
9# at replacing). If you're running CVSup interactively, and are

--- 5 unchanged lines hidden (view full) ---

15# If not running X, or invoking cvsup from a non-interactive script, then
16# run it as follows:
17#
18# cvsup -g -L 2 stable-supfile
19#
20# You may wish to change some of the settings in this file to better
21# suit your system:
22#
23# host=cvsup.FreeBSD.org
23# host=CHANGE_THIS.FreeBSD.org
24# This specifies the server host which will supply the
24# This specifies the server host which will supply the
25# file updates. Please change this to one of the mirror
26# sites if possible. (See the "README" file.) You can
27# override this setting on the command line with cvsup's
28# "-h host" option.
25# file updates. You must change it to one of the CVSup
26# mirror sites listed in the FreeBSD Handbook at
27# http://www.freebsd.org/handbook/mirrors.html.
28# You can override this setting on the command line
29# with cvsup's "-h host" option.
29#
30# base=/usr
31# This specifies the root where CVSup will store information
32# about the collections you have transferred to your system.
33# A setting of "/usr" will generate this information in
34# /usr/sup. Even if you are CVSupping a large number of
35# collections, you will be hard pressed to generate more than
36# ~1MB of data in this directory. You can override the

--- 17 unchanged lines hidden (view full) ---

54#
55# If you leave out the "tag=." portion, CVSup will delete all of
56# the files in your ports tree. That is because the ports collections
57# do not use the same tags as the main part of the FreeBSD source tree.
58#
59###############################################################################
60
61# Defaults that apply to all the collections
30#
31# base=/usr
32# This specifies the root where CVSup will store information
33# about the collections you have transferred to your system.
34# A setting of "/usr" will generate this information in
35# /usr/sup. Even if you are CVSupping a large number of
36# collections, you will be hard pressed to generate more than
37# ~1MB of data in this directory. You can override the

--- 17 unchanged lines hidden (view full) ---

55#
56# If you leave out the "tag=." portion, CVSup will delete all of
57# the files in your ports tree. That is because the ports collections
58# do not use the same tags as the main part of the FreeBSD source tree.
59#
60###############################################################################
61
62# Defaults that apply to all the collections
62*default host=cvsup.FreeBSD.org
63#
64# IMPORTANT: Change the next line to use one of the CVSup mirror sites
65# listed at http://www.freebsd.org/handbook/mirrors.html.
66*default host=CHANGE_THIS.FreeBSD.org
63*default base=/usr
64*default prefix=/usr
65# The following line is for 3-stable. If you want 2.2-stable, change
66# "RELENG_3" to "RELENG_2_2".
67*default release=cvs tag=RELENG_3
68*default delete use-rel-suffix
69
70# If your network link is a T1 or faster, comment out the following line.

--- 37 unchanged lines hidden ---
67*default base=/usr
68*default prefix=/usr
69# The following line is for 3-stable. If you want 2.2-stable, change
70# "RELENG_3" to "RELENG_2_2".
71*default release=cvs tag=RELENG_3
72*default delete use-rel-suffix
73
74# If your network link is a T1 or faster, comment out the following line.

--- 37 unchanged lines hidden ---