From owner-cvs-src@FreeBSD.ORG Tue Apr 12 17:05:50 2005 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 9017416A4CE; Tue, 12 Apr 2005 17:05:50 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633B943D31; Tue, 12 Apr 2005 17:05:50 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 04F27149BB; Tue, 12 Apr 2005 12:05:49 -0500 (CDT) Date: Tue, 12 Apr 2005 12:05:49 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Alexander Leidinger In-Reply-To: <20050412164157.allpbok7r4wosoco@netchild.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 17:05:50 -0000 On Tue, 12 Apr 2005, Alexander Leidinger wrote: > John Baldwin wrote: > > > Modified files: > > usr.sbin/sysinstall config.c > > Log: > > Explicitly install linux_base 8 to make sure the right version is > > installed. > > Any ideas how to help sysinstall to get the right one without hardcoding it? > Some hints in the linux_base* ports? IIRC from my reading the followup to some of these sysinstall PRs (possibly a little bit fuzzy), there is a general problem where sysinstall assumes the first port matching regex is to be installed. I believe the cited case was postfix. If this is the case, then wiring up logic just to fix the linux_base case isn't really fixing the general case. John, am I completely talking nonsense here? Clearly we don't want to have a list of this stuff hard-coded in sysinstall -- that's just begging for bitrot -- but I don't have any better suggestion at the moment. mcl