]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use envvar rather than nonstandard hint. lines
authorWarner Losh <imp@FreeBSD.org>
Wed, 23 Sep 2020 19:18:53 +0000 (19:18 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 23 Sep 2020 19:18:53 +0000 (19:18 +0000)
commitf9ba2bbe3ac6573cf10d0b29d43c5503909daef9
tree23517882ab9cc8c7064944795751bd377ae8c293
parent1dc762d4fb032506ef0ffdef9cb549a430d29173
Use envvar rather than nonstandard hint. lines

The NOTES files have a bunch of hint lines that are removed when
generating LINT. However, we can achieve the same effect by prepending
each of the lines with 'envvar' so the NOTES files become standard
config(8) files. No functional changes as the sed script to generate
the LINT files filters these either way.

Suggested by: kevans
sys/amd64/conf/NOTES
sys/conf/NOTES
sys/i386/conf/NOTES
sys/x86/conf/NOTES