diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 19:18:41 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:20:00 -0500 |
commit | 5260ecb5e49f67395de2311163de1d7a4bd98174 (patch) | |
tree | 19e4310aa0bad5258c40c90d027381b11b9c93c1 /system/encfs/README | |
parent | 9c204feefc2c8515e481e4fa023d5d9246c63659 (diff) | |
download | slackbuilds-5260ecb5e49f67395de2311163de1d7a4bd98174.tar.gz |
system/encfs: Removed (build failure)
Diffstat (limited to 'system/encfs/README')
-rw-r--r-- | system/encfs/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/encfs/README b/system/encfs/README deleted file mode 100644 index 2ed7f46382..0000000000 --- a/system/encfs/README +++ /dev/null @@ -1,10 +0,0 @@ -EncFS is a program which provides an encrypted virtual filesystem for Linux -using the FUSE kernel module. FUSE provides a loadable kernel module -which exports a filesystem interface to user-mode. EncFS runs entirely in -user-mode and acts as a transparent encrypted filesystem. - -This requires rlog. - -Usage: -mount: encfs /path/to/encrypted_dir /path/to/mountpoint -umount: fusermount -u /path/to/mountpoint |