From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ABQHIb8ahl96cQAA0tVLHw (envelope-from ) for ; Tue, 13 Oct 2020 21:23:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id IED7HL8ahl/9eQAAB5/wlQ (envelope-from ) for ; Tue, 13 Oct 2020 21:23:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1B9349402A6 for ; Tue, 13 Oct 2020 21:23:11 +0000 (UTC) Received: from localhost ([::1]:40570 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSRlG-0007wO-1W for larch@yhetil.org; Tue, 13 Oct 2020 17:23:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41176) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSRl8-0007vf-9L for guix-patches@gnu.org; Tue, 13 Oct 2020 17:23:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37549) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSRl8-0007IM-0R for guix-patches@gnu.org; Tue, 13 Oct 2020 17:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSRl7-0003nC-Sl for guix-patches@gnu.org; Tue, 13 Oct 2020 17:23:01 -0400 Subject: bug#43894: [PATCH] gnu: Add bindfs. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 13 Oct 2020 21:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43894 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Morgan.J.Smith@outlook.com, 43894-done@debbugs.gnu.org Cc: Morgan Smith Mail-Followup-To: 43894@debbugs.gnu.org, marius@gnu.org, Morgan.J.Smith@outlook.com Received: via spool by 43894-done@debbugs.gnu.org id=D43894.160262414214525 (code D ref 43894); Tue, 13 Oct 2020 21:23:01 +0000 Received: (at 43894-done) by debbugs.gnu.org; 13 Oct 2020 21:22:22 +0000 Received: from localhost ([127.0.0.1]:49094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSRkT-0003mB-OP for submit@debbugs.gnu.org; Tue, 13 Oct 2020 17:22:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSRkS-0003lz-Bz for 43894-done@debbugs.gnu.org; Tue, 13 Oct 2020 17:22:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44426) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSRkM-0007Cx-PM; Tue, 13 Oct 2020 17:22:14 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:51948 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kSRkM-0002bG-6I; Tue, 13 Oct 2020 17:22:14 -0400 From: Marius Bakke In-Reply-To: References: Date: Tue, 13 Oct 2020 23:22:11 +0200 Message-ID: <87ft6hrfcs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: MVCUR2O3pEnp --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Morgan.J.Smith@outlook.com writes: > From: Morgan Smith > > * gnu/packages/file-systems.scm (bindfs): New variable. Applied with this minor tweak to the description, thanks! --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=diff diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 9179272ec9..6ceaad4fd1 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -169,8 +169,10 @@ large and/or frequently changing (network) environment.") (inputs `(("fuse" ,fuse))) (home-page "https://bindfs.org") - (synopsis "FUSE filesystem for mirroring a directory to another directory") - (description "bindfs can be used for: + (synopsis "Bind mount a directory and alter permission bits") + (description + "@command{bindfs} is a FUSE filesystem for mounting a directory to +another location, similar to @command{mount --bind}. It can be used for: @itemize @item Making a directory read-only. @item Making all executables non-executable. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+GGoMPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6x3AH/2/VvxYb1myqSdQ11Va3fu4ZBRJNOEj6jh1t w/TuA9PlM07Srdgck2nczhF5cGl90xiBxRg2ODW5PfkKxVH5/i8wRPt/P0c6BGRC 7svGvw29XVPv49keCk0lBhD1dSVNFajtYWcWbk5IsKYbAZvxQLN8xstQcrzaZJex WHe206DLVlqEd8FfM+poBk6BcweXC8gxohE8E0rrLgG4p/axCsQ6lrb5ub217NeX 3SIaDcj8Moz0VUCaPjOrn2hx82cRFg3pZSA7H9j18I5N98ITKN5bbpDRzf+0lRMd fn7sRsvo8n7ByzAX1ohQc6Lzpg5r2Y5gUdKtJO7mdLLplBwoVoA= =1dby -----END PGP SIGNATURE----- --==-=-=--