Subject: CVS commit: pkgsrc/sysutils/sysbuild
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/01/2002 21:39:52
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Dec  1 19:39:51 UTC 2002

Modified Files:
	pkgsrc/sysutils/sysbuild: INSTALL Makefile PLIST
	pkgsrc/sysutils/sysbuild/files: sysbuild.8 sysbuild.sh
Added Files:
	pkgsrc/sysutils/sysbuild/files: profile

Log Message:
Update sysbuild to 1.2.

Changes in this version include:
* New flag `-f' (fast mode). This allows setting the UPDATE variable
  during builds (`-u' option of build.sh) and also makes kernel builds
  faster.
* New target config-kernel. This makes it easy to modify kernel
  configuration files interactively.
* Do not create sysbuild user's home directory during installation, to
  avoid hardcoding the /etc/skel path in the INSTALL script. Instead,
  provide a sample (and simple) `profile' file that is installed in
  the examples directory and is copied to the right place during the
  `init' target (suggested by jlam).
* Use `printf' instead of `echo -n' (the later is not well supported
  under some systems, like Solaris).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/sysbuild/INSTALL \
    pkgsrc/sysutils/sysbuild/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/sysbuild/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/sysbuild/files/profile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/sysbuild/files/sysbuild.8 \
    pkgsrc/sysutils/sysbuild/files/sysbuild.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.