From owner-freebsd-current@FreeBSD.ORG Thu Oct 26 13:35:54 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 8276E16A40F; Thu, 26 Oct 2006 13:35:54 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DBE43D5D; Thu, 26 Oct 2006 13:35:53 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp3-g19.free.fr (Postfix) with ESMTP id 74C2C4A0C8; Thu, 26 Oct 2006 15:35:52 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 0445E9E6C2; Thu, 26 Oct 2006 13:36:38 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id D3CC0405B; Thu, 26 Oct 2006 15:36:37 +0200 (CEST) Date: Thu, 26 Oct 2006 15:36:37 +0200 From: Jeremie Le Hen To: Jean Milanez Melo Message-ID: <20061026133637.GJ20405@obiwan.tataz.chchile.org> References: <20061024100641.GB20405@obiwan.tataz.chchile.org> <453DE863.7070305@freebsdbrasil.com.br> <20061024115727.GD20405@obiwan.tataz.chchile.org> <453E1FBC.5060700@freebsdbrasil.com.br> <20061025104306.GI20405@obiwan.tataz.chchile.org> <453F5271.70309@freebsdbrasil.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <453F5271.70309@freebsdbrasil.com.br> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-current@FreeBSD.org, freebsd-small@FreeBSD.org, Julian Elischer Subject: Re: [fbsd] Re: Handling non-standard directories in tinybsd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 26 Oct 2006 13:35:54 -0000 Hi Jean, On Wed, Oct 25, 2006 at 10:02:57AM -0200, Jean Milanez Melo wrote: > >My feeling is that TinyBSD has used the KISS principle so far. The code > >as well as the configuration is somewhat raw (no offence here), but it is > >thereby easy to use, debug and modify at needs. I am going to code this > >in my source tree this afternoon and I will be glad to provide you the > >patch. > > That's right, make tinybsd simpler is really our idea :) > > Send to me your patch and i'll take a look. The patch is attached and works pretty well for me. In addition to tinybsd.localfiles, I've made a few improvements: - I've moved the configuration filenames in a variable ; - When computing "sub-dependencies", use a temporary alternate file and then merge it back to the main dependency file ; - "chflags 0" files that are to be turned into symlinks before unlinking them ; - Handle /boot.config correctly in the configuration directory. Thank you. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >