pkgsrc/sysutils/sysbuild/MESSAGE
jmmv b8aab8e1f0 Initial import of sysbuild-1.0. Description follows:
sysbuild is a script that simplifies the process of building NetBSD
releases and kernels as an unprivileged user. It should be clear enough
that it does not add any kind of magic to the NetBSD build system. It
just automates boring steps, like setup of permissions, directories,
execution of the build process, etc. It also provides enough
functionality to automatically update CVS source trees.

sysbuild can be easily used from command line or as a cron job, so
you can schedule most of the build jobs (really, it has been designed
to run perfectly from cron).

Approved by wiz.
2002-11-28 19:57:28 +00:00

15 lines
524 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/11/28 19:57:28 jmmv Exp $
sysbuild has been installed successfully. These lines are a must to get
started:
${PREFIX}/bin/sysbuild config
${PREFIX}/bin/sysbuild init
A sample crontab file for the '${SYSBUILD_USER}' user has been installed.
Use the following command (as root) to edit it interactively:
crontab -e -u ${SYSBUILD_USER}
===========================================================================