From owner-cvs-src@FreeBSD.ORG Thu May 20 15:33:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE95916A4CE; Thu, 20 May 2004 15:33:08 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB4F43D1D; Thu, 20 May 2004 15:33:08 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 80E8465319; Thu, 20 May 2004 23:33:07 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08492-04-4; Thu, 20 May 2004 23:33:07 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 06C2A6530A; Thu, 20 May 2004 23:33:07 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id EA636612E; Thu, 20 May 2004 23:33:04 +0100 (BST) Date: Thu, 20 May 2004 23:33:04 +0100 From: Bruce M Simpson To: Josef Karthauser Message-ID: <20040520223304.GI86489@empiric.dek.spc.org> Mail-Followup-To: Josef Karthauser , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200405202149.i4KLn4bH031814@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405202149.i4KLn4bH031814@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 22:33:08 -0000 On Thu, May 20, 2004 at 02:49:04PM -0700, Josef Karthauser wrote: > Log: > MFC: Allow the location of the INDEX file to specified to pkg_version. > This is particularly convenient on a cluster of machines to prevent > having to rebuild the INDEX file on each. Excellent, this rather helps in the case of local package build server environments. BMS