cvs commit: src/release/picobsd/build picobsd
Luigi Rizzo
luigi at FreeBSD.org
Sun Mar 21 02:46:14 PST 2004
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
More information about the cvs-src
mailing list