portsnap.conf revision 149824
1148871Scperciva# $FreeBSD: head/etc/portsnap.conf 149824 2005-09-06 19:28:37Z cperciva $
2148871Scperciva
3148871Scperciva# Default directory where compressed snapshots are stored.
4148871Scperciva# WORKDIR=/var/db/portsnap
5148871Scperciva
6148871Scperciva# Default location of the ports tree (target for "update" and "extract").
7148871Scperciva# PORTSDIR=/usr/ports
8148871Scperciva
9148871Scperciva# Server or server pool from which to fetch updates.  You can change
10148871Scperciva# this to point at a specific server if you want, but in most cases
11148871Scperciva# using a "nearby" server won't provide a measurable improvement in
12148871Scperciva# performance.
13148871ScpercivaSERVERNAME=portsnap.FreeBSD.org
14148871Scperciva
15148871Scperciva# Trusted keyprint.  Changing this is a Bad Idea unless you've received
16148871Scperciva# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
17148871Scperciva# change it and explaining why.
18148871ScpercivaKEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
19149824Scperciva
20149824Scperciva# Example of ignoring parts of the ports tree.  If you know that you
21149824Scperciva# absolutely will not need certain parts of the tree, this will save
22149824Scperciva# some bandwidth and disk space.  See the manual page for more details.
23149824Scperciva# REFUSE arabic chinese french german hebrew hungarian japanese
24149824Scperciva# REFUSE korean polish portuguese russian ukrainian vietnamese
25