freebsd-nq/share/examples/sup/standard-supfile
Jordan K. Hubbard 0fff6423e5 Update the comments at the top of these things to fit reality. Sup hasn't
been a package which you need to add on for awhile now. :-)  Also mention
hooks in /etc/make.conf for `make update' fans.
1996-05-04 14:08:49 +00:00

54 lines
3.2 KiB
Plaintext

# $Id: standard-supfile,v 1.3 1995/12/10 19:27:40 gibbs Exp $
#
# This file contains all of the "SUP collections" that comprise the FreeBSD
# source distribution from the current (new and experimental) development
# branch. SUP (Software Update Protocol) allows you to download the latest
# source distribution to your system easily. SUP should be invoked
# as follows in order to keep your -current tree up-to-date:
#
# sup -v standard-supfile
#
# See also /etc/make.conf, which can be customized to set the location
# if the supfile so that a `make update' in /usr/src will automatically
# invoke sup.
#
# 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 transferred 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=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-bin release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
# Domestic users only please. If you are outside of the U.S.A and Canada,
# use the collections in secure-supfile.
#src-eBones release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-etc release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-games release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-gnu release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-include release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-lib release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-libexec release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-sbin release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
# Domestic users only please. If you are outside of the U.S.A and Canada,
# use the collections in secure-supfile.
#src-secure release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-share release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-sys release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-usrbin release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
src-usrsbin release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix