From owner-freebsd-current@FreeBSD.ORG Sat Jul 12 16:57:52 2003 Return-Path: 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 050FB37B404 for ; Sat, 12 Jul 2003 16:57:52 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF9843F93 for ; Sat, 12 Jul 2003 16:57:50 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id JAA01383; Sun, 13 Jul 2003 09:57:39 +1000 Date: Sun, 13 Jul 2003 09:57:38 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Tim Kientzle In-Reply-To: <3F10576E.3060904@acm.org> Message-ID: <20030713095642.B1771@gamplex.bde.org> References: <20030712165749.GA14599@colocall.net> <3F104A71.7060906@acm.org> <3F105499.BC7768C0@mindspring.com> <3F10576E.3060904@acm.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Andrey Elperin cc: freebsd-current@freebsd.org Subject: Re: make release of CURRENT on 4.7 box X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:57:52 -0000 On Sat, 12 Jul 2003, Tim Kientzle wrote: > Terry Lambert wrote: > > Does this damage CURRENT on CURRENT or anything like that? > > Don't know, haven't had a chance to try it. > > To be honest, I was never able to understand how > the previous version was supposed to work, since > the newvers.sh script was run with a very > odd current directory. Looks like it was assumed to just set variables, so that sourcing it doesn't make a mess. Bruce