these files a bit. The entries for the International secure collections don't match Freefall's naming conventions, but hopefully MarkM will fix that soon. Each file now has an extensive header describing what it is, how to use it, and how you may want to customize it for a particular system.
50 lines
3.0 KiB
Plaintext
50 lines
3.0 KiB
Plaintext
# $Id$
|
|
#
|
|
# This file contains all of the "SUP collections" that comprise the FreeBSD
|
|
# source distribution from the stable (bug-fix only) development branch.
|
|
# SUP (Software Update Protocol) allows you to download the latest source
|
|
# distribution to your system easily. SUP, availible as a FreeBSD package
|
|
# or in the ports collection, should be invoked as:
|
|
#
|
|
# sup -v stable-supfile
|
|
#
|
|
# You may want to change some of the settings in this file to better
|
|
# suit your system:
|
|
#
|
|
# base=/usr
|
|
# base specifies the root where SUP will store information
|
|
# about the collections you have transfered to your system.
|
|
# A setting of "/usr" will generate this information in
|
|
# /usr/sup. Even if you are SUPing a large number of
|
|
# collections, you will be hard pressed to generate more than
|
|
# ~1MB of data in this directory.
|
|
#
|
|
# prefix=/usr/src
|
|
# prefix specifies where to place the requested files. A
|
|
# setting of "/usr/src" will place the all of the files
|
|
# requested in /usr/src (ie /usr/src/bin, /usr/src/share).
|
|
# The directory that is the prefix must exist in order for
|
|
# SUP to transfer files successfully.
|
|
|
|
src-base release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-bin release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
|
|
# Doesmestic users only please. If you live outside of the U.S.A and Canada
|
|
# please use the collections in the secure-stable-supfile.
|
|
#src-eBones release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-etc release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-games release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-gnu release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-include release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-lib release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-libexec release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-sbin release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
|
|
# Doesmestic users only please. If you live outside of the U.S.A and Canada
|
|
# please use the collections in the secure-stable-supfile.
|
|
#src-secure release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-share release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-sys release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-usrbin release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|
|
src-usrsbin release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
|