From owner-freebsd-ports@FreeBSD.ORG Wed Jan 26 02:51:28 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 5925316A4CE for ; Wed, 26 Jan 2005 02:51:28 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 354B443D45 for ; Wed, 26 Jan 2005 02:51:28 +0000 (GMT) (envelope-from craig@yekse.gank.org) Received: by ion.gank.org (mail, from userid 1001) id E306C2B607; Tue, 25 Jan 2005 20:51:27 -0600 (CST) Date: Tue, 25 Jan 2005 20:51:25 -0600 From: Craig Boston To: ports@freebsd.org Message-ID: <20050126025125.GA44297@nowhere> Mail-Followup-To: Craig Boston , ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: 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 02:51:28 -0000 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? A quick search of Google, the Porter's Handbook, and hier(7) came up empty. The following locations seem to be popular: $PREFIX/lib/$PORTNAME $PREFIX/modules $PREFIX/share/$PORTNAME There's also /boot/modules, but that's outside of PREFIX... Would anyone care to set a standard? Thanks, Craig