summaryrefslogtreecommitdiffstats
path: root/etc/portsnap.conf
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2005-09-06 19:28:37 +0000
committercperciva <cperciva@FreeBSD.org>2005-09-06 19:28:37 +0000
commit4c165daa8dfedaee3ceb48cb97ff9fbabab36789 (patch)
treea0110cc2a46beca2d1dea305b40b4a086f1f76f5 /etc/portsnap.conf
parenta3b63345a1492651280e290af1213bb3bd49c124 (diff)
downloadFreeBSD-src-4c165daa8dfedaee3ceb48cb97ff9fbabab36789.zip
FreeBSD-src-4c165daa8dfedaee3ceb48cb97ff9fbabab36789.tar.gz
Teach portsnap how to ignore unwanted parts of the ports tree. A line
of the form "REFUSE foo" in portsnap.conf will result in parts of the tree matching "^foo" being (a) not extracted by "portsnap extract", (b) not updated by "portsnap update", and (c) not having any patches or new ports downloaded by "portsnap fetch" or "portsnap cron". The example shown in portsnap.conf demonstrates ignoring all the language categories. As mentioned in portsnap.conf.5, the use of an imcomplete ports tree is not officially supported; but this is something which many users have requested, so I'm adding it anyway. PR: bin/85619 (but not the patch provided therein) MFC after: 1 month
Diffstat (limited to 'etc/portsnap.conf')
-rw-r--r--etc/portsnap.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/portsnap.conf b/etc/portsnap.conf
index 665061e..3497edb 100644
--- a/etc/portsnap.conf
+++ b/etc/portsnap.conf
@@ -16,3 +16,9 @@ SERVERNAME=portsnap.FreeBSD.org
# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
# change it and explaining why.
KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
+
+# Example of ignoring parts of the ports tree. If you know that you
+# absolutely will not need certain parts of the tree, this will save
+# some bandwidth and disk space. See the manual page for more details.
+# REFUSE arabic chinese french german hebrew hungarian japanese
+# REFUSE korean polish portuguese russian ukrainian vietnamese
OpenPOWER on IntegriCloud