Subject: CVS commit: src/usr.sbin/config
To: None <source-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: source-changes
Date: 04/26/2003 12:53:43
Module Name: src
Committed By: jmmv
Date: Sat Apr 26 12:53:43 UTC 2003
Modified Files:
src/usr.sbin/config: config.8 main.c
Log Message:
Let config extract embedded configuration data from kernels that were built
with either "options INCLUDE_CONFIG_FILE" or "options INCLUDE_JUST_CONFIG".
The program can now be invoked like:
- config -b objdir -s srcdir /netbsd
This will use configuration data from /netbsd to automatically create the
build directory of the new kernel.
- config -x /netbsd > CONFFILE
This will store configuration data from /netbsd in the CONFFILE file for
further editing.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/usr.sbin/config/config.8
cvs rdiff -r1.75 -r1.76 src/usr.sbin/config/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.