diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-17 03:50:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-17 03:50:17 +0000 |
commit | 0a5d49084aa119a5fb64d9794dfe10966e88d428 (patch) | |
tree | 2775a4dcf111f47d181358126e3f2ab2da37f085 /sysutils/fusefs-unionfs/pkg-descr | |
parent | 315060a5340133e4d07ddb0732fc59c0b96e44c7 (diff) |
Add fusefs-unionfs 0.14, FUSE based implementation of the well-known
unionfs.
PR: ports/100382
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=168042
Diffstat (limited to 'sysutils/fusefs-unionfs/pkg-descr')
-rw-r--r-- | sysutils/fusefs-unionfs/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/fusefs-unionfs/pkg-descr b/sysutils/fusefs-unionfs/pkg-descr new file mode 100644 index 000000000000..767af71c5dbf --- /dev/null +++ b/sysutils/fusefs-unionfs/pkg-descr @@ -0,0 +1,6 @@ +This is my effort to create a unionfs filesystem implementation which +is probably slower but way more flexible than the current in-kernel +unionfs solution. Currently it's almost fully usable, the only problem +is new file/directory creation which I will fix soon... + +WWW: http://podgorny.cz/moin/UnionFsFuse |