From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 27 09:50:01 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E9F1065672 for ; Tue, 27 Jul 2010 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3766F8FC0C for ; Tue, 27 Jul 2010 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6R9o1Wq049840 for ; Tue, 27 Jul 2010 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6R9o1Op049839; Tue, 27 Jul 2010 09:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 27 Jul 2010 09:50:01 GMT Resent-Message-Id: <201007270950.o6R9o1Op049839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, pluknet Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A9D1065673 for ; Tue, 27 Jul 2010 09:44:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D9D608FC1D for ; Tue, 27 Jul 2010 09:44:12 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6R9iCET035993 for ; Tue, 27 Jul 2010 09:44:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6R9iC6a035992; Tue, 27 Jul 2010 09:44:12 GMT (envelope-from nobody) Message-Id: <201007270944.o6R9iC6a035992@www.freebsd.org> Date: Tue, 27 Jul 2010 09:44:12 GMT From: pluknet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: conf/148989: [patch] whitespace in GENERIC X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 09:50:01 -0000 >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 "optionsFLOWTABLE" to i386 and amd64 GENERIC file. That should be "optionsFLOWTABLE". >How-To-Repeat: >Fix: Use "options" 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: