diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-01 19:39:49 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-01 19:39:49 +0000 |
commit | 9c07130745f213f4da90da69f846da961fe382e2 (patch) | |
tree | d9ecd12c30dc0c72e2b7c896cb96e677757bf4e8 /sysutils/sysbuild/PLIST | |
parent | 23c357f1a602286c30b585b892a8927d66b769e3 (diff) | |
download | pkgsrc-9c07130745f213f4da90da69f846da961fe382e2.tar.gz |
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).
Diffstat (limited to 'sysutils/sysbuild/PLIST')
-rw-r--r-- | sysutils/sysbuild/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/sysbuild/PLIST b/sysutils/sysbuild/PLIST index 237c060bae8..8290be12580 100644 --- a/sysutils/sysbuild/PLIST +++ b/sysutils/sysbuild/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/28 19:57:28 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/01 19:39:50 jmmv Exp $ bin/sysbuild man/man8/sysbuild.8 share/examples/sysbuild/crontab share/examples/sysbuild/default.conf +share/examples/sysbuild/profile @dirrm share/examples/sysbuild |