From owner-cvs-src@FreeBSD.ORG Sun Mar 21 02:48:45 2004 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 6714516A4D1 for ; Sun, 21 Mar 2004 02:48:45 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 1DF9D43D2F for ; Sun, 21 Mar 2004 02:48:45 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 33397 invoked by uid 1002); 21 Mar 2004 10:48:44 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 21 Mar 2004 10:48:44 -0000 Message-ID: <405D7232.30400@freebsd.org> Date: Sun, 21 Mar 2004 03:45:06 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Luigi Rizzo References: <200403211046.i2LAkDHK049730@repoman.freebsd.org> In-Reply-To: <200403211046.i2LAkDHK049730@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/picobsd/build picobsd 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: Sun, 21 Mar 2004 10:48:45 -0000 Luigi Rizzo wrote: > luigi 2004/03/21 02:46:13 PST > > FreeBSD src repository > > Modified files: > release/picobsd/build picobsd > Log: > Fix various issues with the picobsd build script in -current: > > + declare some shell variables as 'local' > + add a missing ';;' in a 'case' statement > + centralize newfs options > + properly override GID and UID when installing include files and libraries > + add a missing '-r' in disklabel commands (maybe not necessary, but it > does not harm and it was used in the RELENG_4 version) > + no more require 'perl' when installing the secondary loader > + use '-t rsa1' when invoking ssh-keygen > > Revision Changes Path > 1.29 +28 -16 src/release/picobsd/build/picobsd > Does PicoBSD actually have any life left in it as far as FreeBSD 5.x is concerned? I was under the impression that it was pretty broken. Scott