HomeFreeBSD

Remove the quotes from some of the kernel options that dont need it.

Description

Remove the quotes from some of the kernel options that dont need it.
eg: options "SCSI_DELAY=15" should be options SCSI_DELAY=15, as config
knows about the "=" and splits it correctly into key=value for the #defines.
The only options that need quotes are those that have numbers as part of
the actual name, eg: "TUNE_1542" and "COMPAT_IBCS2".

Details

Provenance
peterAuthored on Aug 12 1996, 11:48 AM
Parents
R9:d4a1300276ac: Typo corrections. Closes PR 1477.
Branches
Unknown
Tags
Unknown