From patchwork Tue Oct 13 21:22:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24616 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 22F6A27BBEC; Tue, 13 Oct 2020 22:23:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B7D2C27BBEB for ; Tue, 13 Oct 2020 22:23:09 +0100 (BST) Received: from localhost ([::1]:40570 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSRlE-0007wO-Uu for patchwork@mira.cbaines.net; Tue, 13 Oct 2020 17:23:08 -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 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches 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! 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.