[Lunar-commits] r21429 - in moonbase/trunk/filesys: . afuse
Samuel Verstraete
elangelo at lunar-linux.org
Tue Sep 19 05:59:43 UTC 2006
Author: elangelo
Date: 2006-09-19 05:59:43 +0000 (Tue, 19 Sep 2006)
New Revision: 21429
Added:
moonbase/trunk/filesys/afuse/
moonbase/trunk/filesys/afuse/DEPENDS
moonbase/trunk/filesys/afuse/DETAILS
Log:
initial import in moonbase
gr,S.
Added: moonbase/trunk/filesys/afuse/DEPENDS
===================================================================
--- moonbase/trunk/filesys/afuse/DEPENDS (rev 0)
+++ moonbase/trunk/filesys/afuse/DEPENDS 2006-09-19 05:59:43 UTC (rev 21429)
@@ -0,0 +1 @@
+depends fuse
Added: moonbase/trunk/filesys/afuse/DETAILS
===================================================================
--- moonbase/trunk/filesys/afuse/DETAILS (rev 0)
+++ moonbase/trunk/filesys/afuse/DETAILS 2006-09-19 05:59:43 UTC (rev 21429)
@@ -0,0 +1,19 @@
+ MODULE=afuse
+ VERSION=0.1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:b4132e40f3c885d02b692f502702b23dabb8b4e9
+ WEB_SITE=http://afuse.sourceforge.net
+ ENTERED=20060919
+ UPDATED=20060919
+ SHORT="automounter for fuse filesystems"
+
+cat << EOF
+Afuse is an automounting file system implemented in user-space using
+FUSE. Afuse currently implements the most basic functionality that can
+be expected by an automounter; that is it manages a directory of
+virtual directories. If one of these virtual directories is accessed
+and is not already automounted, afuse will attempt to mount a filesystem
+onto that directory. If the mount succeeds the requested access proceeds
+as normal, otherwise it will fail with an error.
+EOF
More information about the Lunar-commits
mailing list