diff options
author | leeym <leeym@FreeBSD.org> | 2008-04-07 20:36:45 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-04-07 20:36:45 +0800 |
commit | 759584ce60f4b220e9c5c594cac57a3e7ebf667d (patch) | |
tree | c6c1d6c0a2896b405a2f598acb1d14735822d24f /sysutils/Makefile | |
parent | 35cb712b3df7576a29d886438e44a225068756af (diff) | |
download | freebsd-ports-gnome-759584ce60f4b220e9c5c594cac57a3e7ebf667d.tar.gz freebsd-ports-gnome-759584ce60f4b220e9c5c594cac57a3e7ebf667d.tar.zst freebsd-ports-gnome-759584ce60f4b220e9c5c594cac57a3e7ebf667d.zip |
- add chironfs 1.0.0
Chiron FS is a FUSE based filesystem which implements replication at the
FILESYSTEM LEVEL like RAID 1 does at the DEVICE LEVEL. The replicated
filesystems may be of any kind you want the only requisite is that you
mount it. No need for special configuration files, the setup is as simple
as one mount command (or one line in fstab).
WWW: http://code.google.com/p/chironfs/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8a2b400cbafc..056b4f7a0c46 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -221,6 +221,7 @@ SUBDIR += fsbackup SUBDIR += ftrace SUBDIR += ftwin + SUBDIR += fusefs-chironfs SUBDIR += fusefs-curlftpfs SUBDIR += fusefs-encfs SUBDIR += fusefs-funionfs |