From nobody Wed Apr 3 15:27:26 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V8pXP1nHLz5GyY2; Wed, 3 Apr 2024 15:27:33 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4V8pXN3Y6qz4jyB; Wed, 3 Apr 2024 15:27:32 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1712158050; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d1YGrCG/RPxWr0SdCRmAOewqN90XjtGhiEukib5pD40=; b=F6niV+8N3eyTjKW8GMlMBH4YdzInU2kWRr0BJQjQGo0WgCr9Gv+HXEKwZCGRRsK+cC0Zhm +6IZRNcTPS7qBNftjU4phsxwgwoS+2ekkviAXA2AN3jsC4G6Jbgs9CqUCfFgdruESEGoX/ Lq2hu8bg5ZmMnRSY22ay5OAOoBMpnME= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id f47a49ce (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 3 Apr 2024 15:27:29 +0000 (UTC) Date: Wed, 3 Apr 2024 17:27:26 +0200 From: Emmanuel Vadot To: Gleb Popov Cc: Nuno Teixeira , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 6b1ce0429253 - main - sysutils/restic: Add pkg-message about FUSE mount Message-Id: <20240403172726.c3bcc1ee39714de793aa6654@bidouilliste.com> In-Reply-To: References: <202404031432.433EWbj2025920@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4V8pXN3Y6qz4jyB On Wed, 3 Apr 2024 18:13:56 +0300 Gleb Popov wrote: > On Wed, Apr 3, 2024 at 5:32?PM Nuno Teixeira wrote: > > > > +fusefs_load=3D"YES" >=20 > Loading modules in the bootloader is discouraged. If the module can be > loaded after the system is booted, then it is better to do I don't think that's true. It was back then for some weird reason, the main one was speed but it's not a problem since UEFI. > sysrc kld_list+=3Dfusefs --=20 Emmanuel Vadot