X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.3 required=5.0	tests=AWL,BAYES_20
X-Spam-Check-By: sourceware.org
Date: Mon, 18 Apr 2011 23:38:34 +0200
From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: cygwin@cygwin.com
Subject: Re: How is setup.ini generated these days?
Message-ID: <20110418213834.GA3290@schweikhardt.net>
References: <20110416190115.GB11826@schweikhardt.net> <1303014047.524.4.camel@YAAKOV04> <20110417122800.GA6848@schweikhardt.net> <20110417173500.GA1133@ednor.casa.cgf.cx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20110417173500.GA1133@ednor.casa.cgf.cx>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Sun, Apr 17, 2011 at 01:35:01PM -0400, Christopher Faylor wrote:
...
# setup.ini is generated by a program called "upset".  The current sources
# are not available to the public since the program is not intended for
# "roll-your-own-setup.ini" and the program is not something that I want
# to receive patches for or questions about.
# 
# Older versions of the program are probably not kicking around out they
# are not supported here.
# 
# If you want to generate a setup.ini use genini.  If you find bugs, then
# proposed patches will be thoughtfully considered as long as they aren't
# band-aids.

For starters, the categories have apparently changed. The latest setup.exe
does not have Comm and Sound, but has gained Accessibility and Security.


--- genini.orig	2011-04-18 23:28:30.000000000 +0200
+++ genini	2011-04-18 23:32:56.000000000 +0200
@@ -289,9 +289,9 @@
 
 BEGIN {
     my @cats = qw'
-     Admin Archive Audio Base Comm Database Devel Doc Editors Games
+     Accessibility Admin Archive Audio Base Database Devel Doc Editors Games
      Gnome Graphics Interpreters KDE Libs Mail Math Mingw Net Perl
-     Publishing Python Science Shells Sound System Text Utils Web X11
+     Publishing Python Science Security Shells System Text Utils Web X11
      _obsolete _PostInstallLast
      ';
     @main::categories{map {lc $_} @cats} = @cats;

Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

