conf/148989: [patch] whitespace in GENERIC
pluknet
pluknet at gmail.com
Tue Jul 27 09:50:01 UTC 2010
>Number: 148989
>Category: conf
>Synopsis: [patch] whitespace in GENERIC
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 27 09:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: pluknet
>Release: 8.1-RELEASE
>Organization:
>Environment:
>Description:
r193864 adds "options<TAB><TAB>FLOWTABLE" to i386 and amd64 GENERIC file.
That should be "options<SPACE><TAB>FLOWTABLE".
>How-To-Repeat:
>Fix:
Use "options<SPACE><TAB>" for consistency.
Patch attached with submission follows:
Index: sys/i386/conf/GENERIC
===================================================================
--- sys/i386/conf/GENERIC (revision 209989)
+++ sys/i386/conf/GENERIC (working copy)
@@ -63,7 +63,7 @@
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
-options FLOWTABLE # per-cpu routing cache
+options FLOWTABLE # per-cpu routing cache
#options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
Index: sys/amd64/conf/GENERIC
===================================================================
--- sys/amd64/conf/GENERIC (revision 209989)
+++ sys/amd64/conf/GENERIC (working copy)
@@ -62,7 +62,7 @@
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
-options FLOWTABLE # per-cpu routing cache
+options FLOWTABLE # per-cpu routing cache
#options KDTRACE_FRAME # Ensure frames are compiled in
#options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list