From owner-freebsd-ports@FreeBSD.ORG Thu Aug 22 14:58:27 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CD3A426 for ; Thu, 22 Aug 2013 14:58:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21C6C2359 for ; Thu, 22 Aug 2013 14:58:27 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4E98F21CDB for ; Thu, 22 Aug 2013 10:58:18 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Thu, 22 Aug 2013 10:58:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=xI4RqdYXseIQ9eLS3kXwshZFDd0=; b=NXN30 wux+nhddvC6nhqmRjzfiNawhafvGITkDhS48geVyktzPNMdpnHcD8PXZPdLRkX/0 3TSTOA2q/ArMOER+38cw/QGJoRUwIBaKam+iNCAScAQDYuX2VAF9DCKVgULNp/4N nO2z4TykECgNdULCABWgHhlBg/ObB+nPc869ZQ= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id EA2D2B02387; Thu, 22 Aug 2013 10:58:17 -0400 (EDT) Message-Id: <1377183497.4016.12901853.54B19F71@webmail.messagingengine.com> X-Sasl-Enc: ACahenM6hwv9OEm1saPnDXjMqWDoeXHVgWTWJ30dZFlK 1377183497 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d009844e Subject: Re: sysutils/fusefs-ntfs & fusefs_enable="YES" Date: Thu, 22 Aug 2013 09:58:17 -0500 In-Reply-To: <20130822141656.267fd5c5@gumby.homeunix.com> References: <20130821223937.30d7e266@gumby.homeunix.com> <521534C9.3090207@bsdforen.de> <20130821230934.778ea95b@gumby.homeunix.com> <1377171693.8666.12828877.1913470C@webmail.messagingengine.com> <20130822141656.267fd5c5@gumby.homeunix.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 14:58:27 -0000 On Thu, Aug 22, 2013, at 8:16, RW wrote: > On Thu, 22 Aug 2013 06:41:33 -0500 > Mark Felder wrote: > > > On Wed, Aug 21, 2013, at 17:09, RW wrote: > > > > I see what's happened. Earlier in the year,against my better > > > judgement, I move to CURRENT in futile attempt to make intel KMS > > > work. It looks like fuse has been moved into the base system, > > > but /etc/rc.d/ hasn't yet been updated to reflect that. > > > > > > > There isn't an /etc/rc.d/ for every kernel module. If you want to use > > fuse on FreeBSD 10 and later just put fuse_load="YES" in loader.conf. > > The rc.d script in the port was just a nice courtesy. I don't think > > it's likely we'll see an /etc/rc.d/fuse script appear in the base > > system. > > I have added it to loader.conf, but the reason I brought it up was that > I thought the documentation might be out of date, which appears to be > the case. > > If nothing's been decided I can't really submit a documentation > patch. > > If anyone's interested the relevant files are: > > sysutils/ntfsprogs/files/README.FreeBSD > sysutils/fusefs-ntfs/files/README.FreeBSD > I forgot about the READMEs that come with those ports. We might want to mention FreeBSD 10+ specific setup there I guess.