diff options
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/perfuse/DESCR | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/perfuse/DESCR b/filesystems/perfuse/DESCR index 8115756a145..7819542dc91 100644 --- a/filesystems/perfuse/DESCR +++ b/filesystems/perfuse/DESCR @@ -1,7 +1,7 @@ -$NetBSD: DESCR,v 1.4 2019/02/25 00:52:07 manu Exp $ +$NetBSD: DESCR,v 1.5 2022/04/29 23:58:23 gutteridge Exp $ -perfuse brings full FUSE support to NetBSD It has two components: +perfuse brings full FUSE support to NetBSD. It has two components: - a daemon that creates a /dev/fuse socket and that performs PUFFS relay to FUSE. -- a library and a header file to use in filesystems and libraries that +- a library and a header file to use in file systems and libraries that open /dev/fuse, so that they are directed to the socket. |