summaryrefslogtreecommitdiffstats
path: root/crypto/encfs/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/encfs/DETAILS')
-rwxr-xr-xcrypto/encfs/DETAILS6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/encfs/DETAILS b/crypto/encfs/DETAILS
index 88c636f78a..aaa21e1a65 100755
--- a/crypto/encfs/DETAILS
+++ b/crypto/encfs/DETAILS
@@ -13,5 +13,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
KEYWORDS="filesystem crypto"
SHORT="encrypted filesystem in user-space"
cat << EOF
-EncFS is an encrypted pass-through filesystem which runs in userspace on Linux (using the FUSE kernel module). Similarly to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, this does not have any predetermined filesystem size.
+EncFS is an encrypted pass-through filesystem which runs in userspace
+on Linux (using the FUSE kernel module). Similarly to CFS and other
+pass-through filesystems, all data is encrypted and stored in the underlying
+filesystem. Unlike loopback filesystems, this does not have any predetermined
+filesystem size.
EOF