From owner-freebsd-ports@FreeBSD.ORG Thu Oct 12 16:35:15 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 94D0016A494 for ; Thu, 12 Oct 2006 16:35:15 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6295C43D81 for ; Thu, 12 Oct 2006 16:34:53 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GY3Ub-0005Ec-CS for freebsd-ports@freebsd.org; Thu, 12 Oct 2006 18:33:10 +0200 Received: from r5h168.net.upc.cz ([86.49.7.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Oct 2006 18:33:09 +0200 Received: from gamato by r5h168.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Oct 2006 18:33:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Thu, 12 Oct 2006 18:33:00 +0200 Lines: 14 Message-ID: <452E6E3C.7070604@pobox.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5h168.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060923 SeaMonkey/1.0.5 Sender: news Subject: man hier? -- FreeBSD Port: sysutils/fusefs-kmod 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, 12 Oct 2006 16:35:15 -0000 Hello, I wonder what is the reasoning behind fusefs-kmod port way of dealing with kernel module(s). I remember iwi ports putting their modules into /boot/modules and then one only had to edit /boot/loader.conf[.local] Now fusefs-kmod creates new directory /usr/local/modules where it puts its module, then it optionally edit /etc/sysctl.conf to modify kern.module_path and rc.conf to run /usr/local/etc/rc.d/fusefs script. Is all of this really necessary and why please ?? Cheers, Martin