From owner-freebsd-ports@FreeBSD.ORG Wed Aug 21 21:39:43 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 A19B216C for ; Wed, 21 Aug 2013 21:39:43 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3C72E64 for ; Wed, 21 Aug 2013 21:39:43 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id u54so919171wes.37 for ; Wed, 21 Aug 2013 14:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=vZRZZdvAqGqF8Iaw5nFrVm3VdKbPUR1CeROo8VcKvPw=; b=eMFTUiZ229RihxtUciC1sZFtcedSs7mvqgb9JptIwqsrGW9zUygChPMudRtm0fn+jV UIBNNsy9z//to9FenV6IugtmpuqzwgD14OXS9eNvyCzaEE1BJ84m87hpZRlzHUEXCPoU YYqAw4ji+qK91QwuCCRzGF7/YUAvJ1eX652J9lWH2iBXqArqR+TNp/HPiWEfi8KlSnzh fQiOcd2ssCrWGyKFXpIgcncXjaDxCIWDUAJWVzp72R3at9F5rFTkIsyC0CT+Y8fTNN2l 9rQeB0iHhoIDQ0yovEA7QGWANzuT2eczzsqXBpvAjXUiV+/ihb6LDy/7wXuVmmkeDO56 pm4g== X-Received: by 10.194.78.78 with SMTP id z14mr7396984wjw.32.1377121181550; Wed, 21 Aug 2013 14:39:41 -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 jc18sm12568505wic.5.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 21 Aug 2013 14:39:40 -0700 (PDT) Date: Wed, 21 Aug 2013 22:39:37 +0100 From: RW To: ports@freebsd.org Subject: sysutils/fusefs-ntfs & fusefs_enable="YES" Message-ID: <20130821223937.30d7e266@gumby.homeunix.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: Wed, 21 Aug 2013 21:39:43 -0000 The README.FreeBSD file for sysutils/fusefs-ntfs and several howtos suggest adding the line: fusefs_enable="YES" to rc.conf, but as far as I can see this doesn't affect anything since the port doesn't install an rc.d file. I would have expected such a file to load the fuse kernel module which I'm having to load myself. Has something fallen off here? Perhaps the README file should just recommend adding fuse_load=YES to loader.conf.