From 55aafae3bb6d6ee7a99322fa2cc2488709b72731 Mon Sep 17 00:00:00 2001 From: cperciva Date: Sat, 17 May 2008 16:26:27 +0000 Subject: Add support for specifying which INDEX files to build via portsnap.conf. Requested by: brooks Reminded by: brooks, about halfway through his BSDCan talk --- etc/portsnap.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/portsnap.conf') diff --git a/etc/portsnap.conf b/etc/portsnap.conf index 4a6609d..052d554 100644 --- a/etc/portsnap.conf +++ b/etc/portsnap.conf @@ -28,3 +28,8 @@ KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 # # REFUSE arabic chinese french german hebrew hungarian japanese # REFUSE korean polish portuguese russian ukrainian vietnamese + +# List of INDEX files to build and the DESCRIBE file to use for each +INDEX INDEX-5 DESCRIBE.5 +INDEX INDEX-6 DESCRIBE.6 +INDEX INDEX-7 DESCRIBE.7 -- cgit v1.1