PORTSNAP.CONF(5) | MidnightBSD File Formats Manual | PORTSNAP.CONF(5) |
portsnap.conf
—
configuration file for
portsnap(8)
The portsnap.conf
file controls where
portsnap(8) fetches
ports tree snapshots from, which RSA key should be trusted to sign the
updates, and what directories should hold the compressed and live ports
trees.
A line of the form
SERVERNAME=portsnap.example.com
-s
server option to
portsnap(8), and will be
ignored if the command-line option is used.
A line of the form
KEYPRINT=0123456789abc ...
456789abcdef
-k
KEY option
to portsnap(8), and will
be ignored if the command-line option is used.
A line of the form
WORKDIR=/path/to/workdir
-d
workdir option to
portsnap(8), and will be
ignored if the command-line option is used.
A line of the form
PORTSDIR=/path/to/portstree
extract
and
update
commands. This is equivalent to the
-p
portsdir option to
portsnap(8), and will be
ignored if the command-line option is used.
If more than one line of any of the above forms is included in
portsnap.conf
then only the last one will take
effect.
A line of the form
INDEX INDEXFILE
DESCRIBEFILE
Finally, a line of the form
REFUSE foo bar
fetch
and cron
commands
are used and not being extracted when the extract
command is used (unless a specific path is passed to
portsnap(8)), and if
those parts of the ports tree are present they will not be updated when the
update
command is used. Unlike the other options, the
parameters in REFUSE lines accumulate and all such lines are considered.
Any lines not of the above forms will be ignored.
Colin Percival <cperciva@FreeBSD.org>
January 30, 2005 | FreeBSD |