Date: Sun, 21 Mar 2004 02:46:13 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build picobsd Message-ID: <200403211046.i2LAkDHK049730@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403211046.i2LAkDHK049730>