freebsd-src/sys/i386/conf
Bruce Evans 25388b6cc4 Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotes
needed to be quoted (to get a C string literal), not the value itself.

Fixed the value of SC_CUT_SEPCHARS.  Setting this value would have had no
effect even if it were used, since the value was the same as the default.

The above bugs had no effect except to set bad examples, since test
coverage of SC_CUT_SEPCHARS is broken by enabling a negative option.

Removed (unquoted) double quotes for all options.  They were all bogus
since they had no effect except to make non-strings look like strings.
Most of the non-strings were expressions.  The value of INIT_PATH is
a non-string since it is stringified later (unlike SC_CUT_SEPCHARS).

Fixed parenthesization errors inside bogus quotes (parenthesize values
if they have more than one token in them but don't parenthesize single
tokens).
2002-10-17 13:47:31 +00:00
..
GENERIC Remove the P1003_1B kernel option; it is no longer used. 2002-10-13 16:29:17 +00:00
GENERIC.hints Remove 'at' hints for npx and apm as both drivers have identify routines 2002-10-09 17:00:46 +00:00
gethints.awk Retire the perl gethints.conf in favour of an awk version. Move 2002-07-16 09:28:25 +00:00
Makefile makeLINT.send has been moved to sys/conf so we can build LINT on other 2002-07-15 17:48:47 +00:00
NOTES Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotes 2002-10-17 13:47:31 +00:00
OLDCARD Remove the P1003_1B kernel option; it is no longer used. 2002-10-13 16:29:17 +00:00