From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25746 invoked by alias); 15 Apr 2008 09:35:21 -0000 Received: (qmail 25735 invoked by uid 22791); 15 Apr 2008 09:35:20 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 15 Apr 2008 09:35:02 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 86EB66D4312; Tue, 15 Apr 2008 11:34:59 +0200 (CEST) Date: Tue, 15 Apr 2008 09:35:00 -0000 From: Corinna Vinschen To: cygwin-apps@cygwin.com Subject: Re: [HEADSUP] Let's start a Cygwin 1.7 release area Message-ID: <20080415093459.GB23852@calimero.vinschen.de> Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com References: <48013F76.4D6B8FFC@dessent.net> <20080413094246.GJ23852@calimero.vinschen.de> <20080413193513.GA13302@ednor.casa.cgf.cx> <20080414095628.GA4069@calimero.vinschen.de> <20080414143631.GB18398@ednor.casa.cgf.cx> <48041AC2.DA789E78@dessent.net> <20080415085515.GW23852@calimero.vinschen.de> <20080415090849.GZ23852@calimero.vinschen.de> <48047563.2BE6C089@dessent.net> <20080415093112.GA23852@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080415093112.GA23852@calimero.vinschen.de> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2008-04/txt/msg00204.txt.bz2 On Apr 15 11:31, Corinna Vinschen wrote: > On Apr 15 02:29, Brian Dessent wrote: > > Corinna Vinschen wrote: > > > > > Having said that, should we really rename the registry keys, what do we > > > do with the "Program Options" and the two "heap_foo" values? Should > > > they be moved to the new registry key? If yes, should the postinstall > > > script I created a couple of days ago also move them? > > > > For the heap_chunk settings, couldn't they simply be moved into $CYGWIN? > > Unfortunately, no. The environment initialization requires that the > memory initialization has already be done. Of course, what we could do is to create a ../etc/cygwin.conf file which is read when the first cygwin process starts... Corinna