From owner-freebsd-virtualization@FreeBSD.ORG Thu Jun 12 23:10:32 2008 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1E6E106567A for ; Thu, 12 Jun 2008 23:10:32 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outX.internet-mail-service.net (outx.internet-mail-service.net [216.240.47.247]) by mx1.freebsd.org (Postfix) with ESMTP id 866AF8FC18 for ; Thu, 12 Jun 2008 23:10:32 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 7C9D224BE; Thu, 12 Jun 2008 16:10:41 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 61F2E2D6014; Thu, 12 Jun 2008 16:10:31 -0700 (PDT) Message-ID: <4851ACE7.2070505@elischer.org> Date: Thu, 12 Jun 2008 16:10:31 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: obrien@freebsd.org References: <484CC690.9020303@elischer.org> <20080609174826.Q83875@maildrop.int.zabbadoz.net> <200806111622.58194.zec@freebsd.org> <20080612214310.GA55195@hub.freebsd.org> In-Reply-To: <20080612214310.GA55195@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Bjoern A. Zeeb" , Marko Zec , freebsd-virtualization@freebsd.org Subject: Re: kinda headsup.. X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 23:10:32 -0000 David O'Brien wrote: > On Wed, Jun 11, 2008 at 04:22:58PM +0200, Marko Zec wrote: >> There's now a script in p4 projects/vimage/var_rename.tcl - that one is >> done in TCL, doing it in sed/awk was easier said than done... > > Please post a fetch(1)able URL to all the conversion files a 3rd party > FreeBSD user needs to make the same changes on their source base. I sent you one but you apparently didn't believe the fact that I included a trace of fetch actually doing it.. the script is not perfect however you have to go over the output and check that it hasn't converted 1) local variables with the same name as the globals in question. 2) In one case I saw "hostname" become "V_hostname" so there is something not quite right there. > > thanks,