1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Jacques Vidrine 5fc47fd085 Kernel `config' wrapper ala Digital Unix's doconfig
PR:		bin/3386
Submitted by:	Brandon Gillespie <brandon@roguetrader.com>
1998-08-03 06:28:04 +00:00

13 lines
622 B
Plaintext

The author wrote:
This is a kernel 'config' wrapper for the simple people, based off the
'doconfig' command in Digital Unix. It is actually composed of two
commands written in perl4: doconfig and autokernconf. doconfig calls
autokernconf if no config file is specified--in the future it is intended
that autokernconf can be crufted up to chew on the output of dmesg and
other sources to give a somewhat intelligently defaulted kernel config
template, based off the GENERIC template. For now it just copies GENERIC
and changes ident as appropriate.
Jacques Vidrine <nectar@FreeBSD.ORG>