freebsd-dev/usr.sbin/config
Kyle Evans 6ffdd5ef2f config(8): Flip the order of concatenation for hints and env
As previously noted, kernel's processing of these means that the first
appearance of a hint/variable wins. Flipping the order of concatenation
means that later variables override earlier variables, as expected when one
does:

hints x
hints y

Where perhaps x is:

hint.aw_sid.0.disable=1

and y is:

hint.aw_sid.0.disable=0

The expectation would be that a later appearing variable would override an
earlier appearing variable, such as with `device`/`nodevice`, device.hints,
and other similarly structured data files.
2018-06-26 04:02:25 +00:00
..
config.5 config(8): Flip the order of concatenation for hints and env 2018-06-26 04:02:25 +00:00
config.8 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
config.h config(8): Make 'env' files consistent with other file-accepting options 2018-06-26 03:56:10 +00:00
config.y config(8): Flip the order of concatenation for hints and env 2018-06-26 04:02:25 +00:00
configvers.h Fix 'local' to not look in the source tree for the file. 2017-11-17 18:34:14 +00:00
kernconf.tmpl
lang.l config(8): Add envvar support 2018-06-25 17:17:47 +00:00
main.c config(8): Add envvar support 2018-06-25 17:17:47 +00:00
Makefile Allow config to be compiled from another source directory, such as one 2016-10-26 15:58:41 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkheaders.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
mkmakefile.c config(8): Make 'env' files consistent with other file-accepting options 2018-06-26 03:56:10 +00:00
mkoptions.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00