Date: Tue, 27 Jul 2010 09:44:12 GMT From: pluknet <pluknet@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: conf/148989: [patch] whitespace in GENERIC Message-ID: <201007270944.o6R9iC6a035992@www.freebsd.org> Resent-Message-ID: <201007270950.o6R9o1Op049839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007270944.o6R9iC6a035992>