From owner-freebsd-current@FreeBSD.ORG Wed May 28 02:11:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD14E37B401 for ; Wed, 28 May 2003 02:11:37 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0428C43F3F for ; Wed, 28 May 2003 02:11:37 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4S9BakA061126; Wed, 28 May 2003 03:11:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 28 May 2003 03:11:14 -0600 (MDT) Message-Id: <20030528.031114.56977314.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200305281547.13876.doconnor@gsoft.com.au> References: <200305281447.02322.doconnor@gsoft.com.au> <1054101579.31549.86.camel@boxster> <200305281547.13876.doconnor@gsoft.com.au> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: q_dolan@yahoo.com.au cc: freebsd-current@freebsd.org Subject: Re: policy on GPL'd drivers? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 09:11:38 -0000 In message: <200305281547.13876.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Wed, 28 May 2003 15:29, Q wrote: : > By doing that aren't you assuming that the kernel will be installed on : > the machine that built it, and not potentially somewhere else? What : > about sysinstall upgrades that don't require src? : : Well, I am not 100% sure how the module building process works, but some : analog of how it happens for things in sys/modules would be nice.. That is what is happening for the ports (or was last time I looked). Warner