From ef51aa9e56826ba2ea41c221d3f4315cd8d7c29f Mon Sep 17 00:00:00 2001 From: apb Date: Sun, 10 Nov 2013 06:36:28 +0000 Subject: Add more details to DESCR, adapted from README in the unpacked source tree. --- filesystems/fuse-bindfs/DESCR | 14 ++++++++++++-- filesystems/fuse-bindfs/Makefile | 3 ++- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'filesystems/fuse-bindfs') diff --git a/filesystems/fuse-bindfs/DESCR b/filesystems/fuse-bindfs/DESCR index b5b8c4d73bd..e1a309abac8 100644 --- a/filesystems/fuse-bindfs/DESCR +++ b/filesystems/fuse-bindfs/DESCR @@ -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 --git a/filesystems/fuse-bindfs/Makefile b/filesystems/fuse-bindfs/Makefile index 9622146c6fe..18ce7edaab4 100644 --- a/filesystems/fuse-bindfs/Makefile +++ b/filesystems/fuse-bindfs/Makefile @@ -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/ -- cgit v1.2.3