guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43894: [PATCH] gnu: Add bindfs.


From: Marius Bakke
Subject: bug#43894: [PATCH] gnu: Add bindfs.
Date: Tue, 13 Oct 2020 23:22:11 +0200

Morgan.J.Smith@outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * 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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]