From owner-freebsd-ports@FreeBSD.ORG Wed Jan 26 05:53:40 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B1616A4CE for ; Wed, 26 Jan 2005 05:53:40 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCBD043D3F for ; Wed, 26 Jan 2005 05:53:39 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.alpha-tierchen.de (port-212-202-169-228.dynamic.qsc.de [212.202.169.228]) by mail.efacilitas.de (Postfix) with ESMTP id 95C45123A9C; Wed, 26 Jan 2005 06:53:17 +0100 (CET) Received: from localhost (localhost.local [127.0.0.1]) by mail.alpha-tierchen.de (Postfix) with ESMTP id 8ED53CCD856; Wed, 26 Jan 2005 06:52:50 +0100 (CET) Received: from mail.alpha-tierchen.de ([127.0.0.1]) by localhost (mail.efacilitas.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74090-01; Wed, 26 Jan 2005 06:52:48 +0100 (CET) Received: from [192.168.1.2] (alpha.local [192.168.1.2]) by mail.alpha-tierchen.de (Postfix) with ESMTP id A9E68CCD855; Wed, 26 Jan 2005 06:52:48 +0100 (CET) Message-ID: <41F73069.20202@cs.tu-berlin.de> Date: Wed, 26 Jan 2005 06:53:45 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050120) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20050126025125.GA44297@nowhere> In-Reply-To: <20050126025125.GA44297@nowhere> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at alpha-tierchen.de cc: Craig Boston Subject: Re: Kernel module path for ports? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 05:53:40 -0000 Craig Boston wrote: >I'm working on a port that needs to install a kernel module (loaded by >an rcNG script). Is there a preferred location for kernel modules >installed by a port? >[...] >There's also /boot/modules, but that's outside of PREFIX... Would >anyone care to set a standard? > Most ports which install a kernel module use ${PREFIX}/lib/${PORTNAME} or ${PREFIX}/modules. Regards Björn