From owner-freebsd-ports@FreeBSD.ORG Thu Feb 15 03:47:44 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34F2F16A402 for ; Thu, 15 Feb 2007 03:47:44 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 09E7113C461 for ; Thu, 15 Feb 2007 03:47:43 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-141-151-15-200.phlapa.east.verizon.net [141.151.15.200]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 6D0702FE55 for ; Thu, 15 Feb 2007 12:26:57 +0900 (JST) Date: Wed, 14 Feb 2007 22:32:32 -0500 From: Yoshihiro Ota To: freebsd-ports@FreeBSD.org Message-Id: <20070214223232.1dcd9c47.ota@j.email.ne.jp> In-Reply-To: <45D2AFF1.7000204@FreeBSD.org> References: <20070213215742.GA72134@saturn.kn-bremen.de> <45D2AFF1.7000204@FreeBSD.org> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: where to install kld ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 03:47:44 -0000 Thanks to Jurgen, first. I wasn't sure where was the best place to bring it to a discussion so that I sent the patch. I somehow though that .ko was installed into /book/kernel and being removed with installkernel. So, when I saw that fusefs installed its ko installed into /usr/local/modules, I thought it was a good idea. That was unnecessary, then. Perhaps, shouldn't KMODDIR defined somewhere in ports/Mk/*mk and no individual ports need to define it themselves? Thanks, Hiro On Wed, 14 Feb 2007 07:45:05 +0100 Alex Dupre wrote: > Juergen Lock ha scritto: > > The upside would be that the kld wouldn't be deleted > > by installkernel > > I don't think they are deleted, the modules directory is not replaced on > installkernel. If the kld is needed at boot time by loader it cannot > stay in /usr/local, but probably kqemu can be loaded later. > > -- > Alex Dupre > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"