pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-bindfs Add more details to DESCR, ada...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ce71f7978c5
branches:  trunk
changeset: 626389:1ce71f7978c5
user:      apb <apb%pkgsrc.org@localhost>
date:      Sun Nov 10 06:36:28 2013 +0000

description:
Add more details to DESCR, adapted from README in the unpacked source tree.

diffstat:

 filesystems/fuse-bindfs/DESCR    |  14 ++++++++++++--
 filesystems/fuse-bindfs/Makefile |   3 ++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 1dfb8771bee0 -r 1ce71f7978c5 filesystems/fuse-bindfs/DESCR
--- a/filesystems/fuse-bindfs/DESCR     Sun Nov 10 04:56:04 2013 +0000
+++ b/filesystems/fuse-bindfs/DESCR     Sun Nov 10 06:36:28 2013 +0000
@@ -1,3 +1,13 @@
 bindfs is a FUSE filesystem for mounting a directory to another location,
-similar to 'mount --bind' in Linux or nullfs in BSD.  The permissions in
-the mountpoint can be altered through various rules.
+similar to 'mount --bind' in Linux or nullfs in BSD.  The permissions of
+the mirrored directory can be altered in various ways.
+
+Some things bindfs can be used for:
+ - Making a directory read-only.
+ - Making all executables non-executable.
+ - Sharing a directory with a list of users (or groups).
+ - Modifying permission bits using rules with chmod-like syntax.
+ - Changing the permissions with which files are created.
+
+Non-root users can use almost all features, but most interesting
+use-cases need user_allow_other to be defined in /etc/fuse.conf
diff -r 1dfb8771bee0 -r 1ce71f7978c5 filesystems/fuse-bindfs/Makefile
--- a/filesystems/fuse-bindfs/Makefile  Sun Nov 10 04:56:04 2013 +0000
+++ b/filesystems/fuse-bindfs/Makefile  Sun Nov 10 06:36:28 2013 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 16:08:30 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/11/10 06:36:28 apb Exp $
 #
 
 DISTNAME=      bindfs-1.8.4
 PKGNAME=       fuse-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    filesystems
 MASTER_SITES=  http://bindfs.googlecode.com/files/
 



Home | Main Index | Thread Index | Old Index