diff options
author | njl <njl@FreeBSD.org> | 2004-02-14 03:17:30 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-02-14 03:17:30 +0000 |
commit | 67995bef83d9d8c84403dab3348106cf5b861d10 (patch) | |
tree | 8629574917c3379e57d327a6dd7488f0142bbadf /sys/boot | |
parent | 7211bcf2019b26fb855f291b27f8ba11d8e28b30 (diff) | |
download | FreeBSD-src-67995bef83d9d8c84403dab3348106cf5b861d10.zip FreeBSD-src-67995bef83d9d8c84403dab3348106cf5b861d10.tar.gz |
Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix
is reserved by the loader, and thus any tunable name with that suffix will
be silently discarded.
Document this in the header and man page so that other developers do not
develop so many bumps on the head after banging it against the wall.
Detective work by: Mark Santcroos, grehan
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/loader.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index 89a803f..414784e 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -132,6 +132,10 @@ special value .Dq abort , which aborts the bootstrap process, use of this setting should be avoided. .El +.Pp +.Em WARNING: +developers should never use these suffixes for any kernel environment +variables (tunables) or conflicts will result. .Sh DEFAULT SETTINGS Most of .Nm Ns 's |