diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-02-02 09:41:19 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-02-02 09:41:19 +0000 |
commit | 4f3a1c44deb5f0d66ee64256f5a7a3da67141caa (patch) | |
tree | 30daf208131fcb1b24b70b21c62584888c9f3a12 /filesystems | |
parent | 20d4f2e2568d3f82689395ad4adac7f04f834dcc (diff) | |
download | pkgsrc-4f3a1c44deb5f0d66ee64256f5a7a3da67141caa.tar.gz |
s/unionfs/nullfs/ as reported by David Holland.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-bindfs/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystems/fuse-bindfs/DESCR b/filesystems/fuse-bindfs/DESCR index ebeb2d4941a..b5b8c4d73bd 100644 --- a/filesystems/fuse-bindfs/DESCR +++ b/filesystems/fuse-bindfs/DESCR @@ -1,3 +1,3 @@ bindfs is a FUSE filesystem for mounting a directory to another location, -similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in +similar to 'mount --bind' in Linux or nullfs in BSD. The permissions in the mountpoint can be altered through various rules. |