diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-02-20 23:48:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-02-20 23:48:30 +0000 |
commit | d418406bca292069c0899cba290b284663ed9a31 (patch) | |
tree | 3f01c65bef75f4007bc2f1f5409824a1775b52d6 /filesystems/fuse/MESSAGE | |
parent | bc0bf98d668f85369ac0383275dffb145899d669 (diff) | |
download | pkgsrc-d418406bca292069c0899cba290b284663ed9a31.tar.gz |
Initial import of fuse-2.5.2 from pkgsrc-wip, packaged by
pancake.
With FUSE it is possible to implement a fully functional filesystem in a
userspace program. Features include:
* Simple library API
* Simple installation (no need to patch or recompile the kernel)
* Secure implementation
* Userspace - kernel interface is very efficient
* Usable by non privileged users
* Runs on Linux kernels 2.4.X and 2.6.X
* Has proven very stable over time
This package is enabled only for linux and FreeBSD, NetBSD uses
its own compatible library.
Diffstat (limited to 'filesystems/fuse/MESSAGE')
-rw-r--r-- | filesystems/fuse/MESSAGE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/filesystems/fuse/MESSAGE b/filesystems/fuse/MESSAGE new file mode 100644 index 00000000000..0dc8d4b4cd3 --- /dev/null +++ b/filesystems/fuse/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2007/02/20 23:48:30 xtraeme Exp $ + +You must create the device by typing: + $ mknod /dev/fuse -m 0666 c 10 229 + +=========================================================================== |