freebsd-dev/usr.sbin/config
Peter Wemm 634e3a5c83 Add some rationale about when to bump and not bump the config version.
Clarify that it is not like the shlib versions, and not like param.h's
__FreeBSD_version/osreldate either.

When config(8) was actively changing a while back, the interface between
config and the build system (eg: /sys/conf/files.* and Makefile.*) was
changing rapidly.  configvers is a version number of that interface.

User specified config files do not have a version number.  The decision
about whether a user supplied config file is syntactically valid or not
belongs to the parser and sanity checks, not an arbitary number.
2005-11-07 17:37:27 +00:00
..
SMM.doc Remove this Makefile, these docs are built by the Makefiles in src/share/doc/smm. 2003-02-01 20:34:04 +00:00
config.5 Fully document (no)?(device|option)s?. 2005-02-10 14:26:21 +00:00
config.8 Add an option to tell what version of config(8) this is. 2005-08-10 06:36:44 +00:00
config.h Optionally include a DEFAULTS config file if it is present in the current 2005-10-27 17:13:23 +00:00
config.y Use the eq() macro for comparing strings (style), and remove a "break" 2005-11-03 21:27:02 +00:00
configvers.h Add some rationale about when to bump and not bump the config version. 2005-11-07 17:37:27 +00:00
lang.l By a popular demand, add "nomakeoptions" as an alias to "nomakeoption". 2005-11-03 21:09:59 +00:00
main.c Optionally include a DEFAULTS config file if it is present in the current 2005-10-27 17:13:23 +00:00
Makefile Fix a few glitches in my previous commit. 2004-05-11 15:42:44 +00:00
mkheaders.c Kill count device support from config. I've changed the last few 2004-08-30 23:03:58 +00:00
mkmakefile.c Kill count device support from config. I've changed the last few 2004-08-30 23:03:58 +00:00
mkoptions.c Per letter dated July 22, 1999, delete clause 3 from code directly 2004-08-07 04:19:37 +00:00