Bug 132008

Summary: [patch] config(8) to allow using section/nosection in KERNCONF
Product: Base System Reporter: buganini
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Only Me Keywords: patch
Priority: Normal    
Version: 8.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description buganini 2009-02-23 14:20:05 UTC
With this patch we can use section/nosection on KERNCONF to manipulate whole section instead of using many nooption/nodevice.

Modify GENERIC as follow:
# Debugging for use in -current
#DEBUG
..
# USB core support
section         USB2
..
# FireWire support
section         FireWire
..


And the customized kernconf:
include         GENERIC
ident            ZETA
nosection     DEBUG
nosection     USB2
nosection     FireWire


this way we can customize KERNCONF more clean and easy.

Fix: Patch attached with submission follows:
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:58:54 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 12:36:14 UTC
Keyword: 

    patch
or  patch-ready

– in lieu of summary line prefix: 

    [patch]

* bulk change for the keyword
* summary lines may be edited manually (not in bulk). 

Keyword descriptions and search interface: 

    <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>