From owner-cvs-src@FreeBSD.ORG Fri May 21 09:47:22 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 2872D16A4CF for ; Fri, 21 May 2004 09:47:22 -0700 (PDT) Received: from mail.kgts.ru (terra.kgts.ru [217.30.252.242]) by mx1.FreeBSD.org (Postfix) with SMTP id E90A043D45 for ; Fri, 21 May 2004 09:47:20 -0700 (PDT) (envelope-from pdseniura@techie.com) Received: (qmail 20878 invoked from network); 21 May 2004 16:46:47 -0000 Received: from 182-251-30-217.kgts.ru (HELO 217.30.251.182) (217.30.251.182) by terra.kgts.ru with SMTP; 21 May 2004 16:46:47 -0000 Received: from mail.bancorp.ru by prg.ru with DomainPOP (MDaemon.PRO.v6.0.7.R) for ; Fri, 21 May 2004 20:50:48 +0400 X-Real-To: butenin Received: from mx2.freebsd.org ([216.136.204.119] verified) by mail.telebit.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 18746980 for butenin@prg.ru; Fri, 21 May 2004 20:44:55 +0400 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 914815650C; Fri, 21 May 2004 09:43:15 -0700 (PDT) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1776B16A530; Fri, 21 May 2004 09:43:07 -0700 (PDT) Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE0516A4CE; Fri, 21 May 2004 09:42:24 -0700 (PDT) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756EF43D3F; Fri, 21 May 2004 09:42:23 -0700 (PDT) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9a.okladot.state.ok.us [10.36.36.31])LAA15712; Fri, 21 May 2004 11:41:48 -0500 Received: from techpc04.okladot.state.ok.us ([199.27.9.37]) by notes9c.okladot.state.ok.us (Lotus Domino Release 5.0.12) with ESMTP id 2004052111422144:91961 ; Fri, 21 May 2004 11:42:21 -0500 Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id 0C5275C78; Fri, 21 May 2004 11:41:12 -0500 (CDT) To: "Josef Karthauser" Followup-To: From: "Paul Seniura" In-Reply-To: <200405202149.i4KLn4bH031814@repoman.freebsd.org> <200405190918.i4J9I8WJ002677@repoman.freebsd.org> References: <200405202149.i4KLn4bH031814@repoman.freebsd.org> <200405190918.i4J9I8WJ002677@repoman.freebsd.org> Message-Id: <20040521164112.0C5275C78@techpc04.okladot.state.ok.us> Date: Fri, 21 May 2004 11:41:12 -0500 (CDT) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 5.0.12 |February 13, 2003) at 05/21/2004 11:42:21 AM,2003) at 05/21/2004 11:42:22 AM, Serialize complete at 05/21/2004 11:42:22 AM X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org X-MDRcpt-To: cvs-src@freebsd.org X-MDaemon-Deliver-To: cvs-src@freebsd.org cc: cvs-src@FreeBSD.org cc: freebsd-current@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: how can we make these scripts use $PORTS_INDEX instead? (re: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/weekly 400.status-pkg) X-BeenThere: cvs-src@freebsd.org Reply-To: Paul Seniura List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 16:47:22 -0000 Just curious. I have these setenv'd & export'd in root's login: PORTS_DBDIR=/home/My_Ports_Db # where INDEX.db lives PORTS_INDEX=/distfiles/My_Ports_Index/INDEX-5 # we're tracking -Current via CTM in attempt to make them system-wide values. How could we make the periodic.conf scripts use these values, instead and automatically, please? I know I might need to setenv them in /etc/login.conf:default entry, too, so cron jobs can see them. (These are different physical disk drives & mount-points on the development system. TPTB here haven't provided more disk space, so I move things around like this. ) (I put 'Followup-To: -current@' for further discussion if needed.) > 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. >[...] HEAD branch: > Revision Changes Path > 1.29 +1 -0 src/etc/defaults/periodic.conf +pkg_version_index=/usr/ports/INDEX-5 # Use this index file <-- use ${PORTS_INDEX} instead and RELENG_4 branch: > Revision Changes Path > 1.7.2.15 +2 -0 src/etc/defaults/periodic.conf > 1.1.2.6 +1 -1 src/etc/periodic/weekly/400.status-pkg +pkg_version_index=/usr/ports/INDEX # Use this index file <-- use ${PORTS_INDEX} instead Thank you, -- Paul Seniura System Specialist State of Okla. D.O.T. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"