diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-12-10 02:39:24 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-12-10 02:39:24 +0000 |
commit | 50f54171de6ba79954087dce88eee94980c7fcfc (patch) | |
tree | 9dc39eb06f2c5e96405564658ec2f088682798c5 /share/examples/sup/secure-stable-supfile | |
parent | c951d0b363e6ac5802752da9aa7c261249dc4406 (diff) | |
download | FreeBSD-src-50f54171de6ba79954087dce88eee94980c7fcfc.zip FreeBSD-src-50f54171de6ba79954087dce88eee94980c7fcfc.tar.gz |
Seeing as I was elected without nomination to being SUP meister, update
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.
Diffstat (limited to 'share/examples/sup/secure-stable-supfile')
-rw-r--r-- | share/examples/sup/secure-stable-supfile | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/share/examples/sup/secure-stable-supfile b/share/examples/sup/secure-stable-supfile index 61ac7f0..d267589 100644 --- a/share/examples/sup/secure-stable-supfile +++ b/share/examples/sup/secure-stable-supfile @@ -1,2 +1,30 @@ -eBones release=stable host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr/src delete old compress -secure release=stable host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr/src delete old compress +# $Id$ +# +# This file contains all of the "SUP collections" that comprise the FreeBSD +# International secure distribution from the stable (bug-fix only) development +# branch. SUP (Software Update Protocol) allows you to download the latest +# secure source distribution to your system easily. SUP, availible as a +# FreeBSD package or in the ports collection, should be invoked as: +# +# sup -v secure-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/eBones, /usr/src/secure). +# The directory that is the prefix must exist in order for +# SUP to transfer files successfully. + +eBones release=stable host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr/src delete old compress use-rel-suffix +secure release=stable host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr/src delete old compress use-rel-suffix |