From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 13 03:40:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E2337B401 for ; Fri, 13 Jun 2003 03:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F5343F93 for ; Fri, 13 Jun 2003 03:40:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5DAeBUp041659 for ; Fri, 13 Jun 2003 03:40:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5DAeBtC041658; Fri, 13 Jun 2003 03:40:11 -0700 (PDT) Resent-Date: Fri, 13 Jun 2003 03:40:11 -0700 (PDT) Resent-Message-Id: <200306131040.h5DAeBtC041658@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, Marko Kuntic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD15A37B401 for ; Fri, 13 Jun 2003 03:37:51 -0700 (PDT) Received: from zagreb.mioc.hr (zagreb.mioc.hr [193.198.200.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3527243F93 for ; Fri, 13 Jun 2003 03:37:51 -0700 (PDT) (envelope-from mkuntic@mioc.hr) Received: from mkuntic by zagreb.mioc.hr with local (Exim 4.12) id 19QlwL-000FtT-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Jun 2003 12:37:49 +0200 Message-Id: Date: Fri, 13 Jun 2003 12:37:49 +0200 From: Marko Kuntic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/53276: modules ignore kernel configuration upon kernel building X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marko Kuntic List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 10:40:13 -0000 >Number: 53276 >Category: kern >Synopsis: modules ignore kernel configuration upon kernel building >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 13 03:40:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marko Kuntic >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: XV. gimnazija, Zagreb, Croatia >Environment: System: FreeBSD zagreb.mioc.hr 5.0-RELEASE-p6 >Description: When the kernel is built along with all the modules, the latter don't seem to apply configuration options specified in the kernel configuration file. >How-To-Repeat: For example, I don't want to compile ipfw into the kernel, but wish to use the module. But, at the same time, I require divert sockets. So in the appropriate kernel configuration file, applying common sense and logic, I comment out: #options IPFIREWALL and uncomment: options IPDIVERT I then happily make the kernel and all the modules, only to discover that the module doesn't support divert sockets, and thus conclude that the configuration option had no effect. >Fix: UNKNOWN >Release-Note: >Audit-Trail: >Unformatted: