summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
-rw-r--r--etc/mtree/BSD.var.dist2
-rw-r--r--etc/portsnap.conf18
3 files changed, 21 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index f47abef..f37cb34 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -11,7 +11,7 @@ BIN1= amd.map apmd.conf auth.conf \
hosts hosts.allow hosts.equiv hosts.lpd \
inetd.conf login.access login.conf \
mac.conf motd netconfig network.subr networks newsyslog.conf \
- pf.conf pf.os phones profile protocols \
+ portsnap.conf pf.conf pf.os phones profile protocols \
rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
rc.sendmail rc.shutdown \
rc.subr remote rpc services shells \
diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist
index 56c1426..7586b2a 100644
--- a/etc/mtree/BSD.var.dist
+++ b/etc/mtree/BSD.var.dist
@@ -34,6 +34,8 @@
..
ports
..
+ portsnap
+ ..
..
empty mode=0555 flags=schg
..
diff --git a/etc/portsnap.conf b/etc/portsnap.conf
new file mode 100644
index 0000000..665061e
--- /dev/null
+++ b/etc/portsnap.conf
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+# Default directory where compressed snapshots are stored.
+# WORKDIR=/var/db/portsnap
+
+# Default location of the ports tree (target for "update" and "extract").
+# PORTSDIR=/usr/ports
+
+# Server or server pool from which to fetch updates. You can change
+# this to point at a specific server if you want, but in most cases
+# using a "nearby" server won't provide a measurable improvement in
+# performance.
+SERVERNAME=portsnap.FreeBSD.org
+
+# Trusted keyprint. Changing this is a Bad Idea unless you've received
+# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
+# change it and explaining why.
+KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
OpenPOWER on IntegriCloud