From owner-freebsd-ports@FreeBSD.ORG Thu Aug 22 13:17:01 2013 Return-Path: Delivered-To: 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 62020A02 for ; Thu, 22 Aug 2013 13:17:01 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB96A2C54 for ; Thu, 22 Aug 2013 13:17:00 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id l12so653198wiv.3 for ; Thu, 22 Aug 2013 06:16:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Y4tYhbWJwrBu2/c7oFkV1cC6tqboi7FAPKuh3XolgA8=; b=PCMTMFVFrPbmQ5aAX+Sm+WijmIuWVpJU4dHsfQSQMkcsLUqriFDXVvikBfkRtA+FBs p5dJqUZVNEQHi1CVGl/NXb/3GZnVeX4rrZUlDC7VwETJINfzrqWrr7jn+tVJ5BFm7x05 BnjgM319WyyhwJvpXSWT/A82NMKOfBfhkQZCt0F+A6dxCad91iMsTS6vP3WntguWLgty mNBMe6lKCv8XZQlmdxlZooToSWKS/5OhkoyVG1kYllVIN8kXnxAAd/Lhtu07HuZDFqSt 8onrSi0Tb9zwDvunL26ega5vswhWU/qQNDp2RlyD3NJR42I4YWqKXpm4siWmpMH/0sDI mBSA== X-Received: by 10.180.187.2 with SMTP id fo2mr20788941wic.65.1377177418913; Thu, 22 Aug 2013 06:16:58 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id jf9sm38505832wic.5.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 22 Aug 2013 06:16:58 -0700 (PDT) Date: Thu, 22 Aug 2013 14:16:56 +0100 From: RW To: ports@freebsd.org Subject: Re: sysutils/fusefs-ntfs & fusefs_enable="YES" Message-ID: <20130822141656.267fd5c5@gumby.homeunix.com> In-Reply-To: <1377171693.8666.12828877.1913470C@webmail.messagingengine.com> References: <20130821223937.30d7e266@gumby.homeunix.com> <521534C9.3090207@bsdforen.de> <20130821230934.778ea95b@gumby.homeunix.com> <1377171693.8666.12828877.1913470C@webmail.messagingengine.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 13:17:01 -0000 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