diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-24 17:22:07 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | e0e452be7a5fb0b23519441af3c4d60c6dd18a03 (patch) | |
tree | 658f907c472162b11b14e495d4cf5aced70f77c1 /system/loggedfs/slack-desc | |
parent | 7588ac1bcec05944e2c93b54ab2cec7c2ea79b39 (diff) | |
download | slackbuilds-e0e452be7a5fb0b23519441af3c4d60c6dd18a03.tar.gz |
system/loggedfs: Added (filesystem monitoring with FUSE).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/loggedfs/slack-desc')
-rw-r--r-- | system/loggedfs/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/loggedfs/slack-desc b/system/loggedfs/slack-desc new file mode 100644 index 0000000000..7ef4c59139 --- /dev/null +++ b/system/loggedfs/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +loggedfs: loggedfs (filesystem monitoring with FUSE) +loggedfs: +loggedfs: LoggedFS is a fuse-based filesystem which can log every operation +loggedfs: that happens in it. Fuse does almost everything. LoggedFS only +loggedfs: sends a message to syslog when called by fuse and then let the real +loggedfs: filesystem do the rest of the job. +loggedfs: +loggedfs: +loggedfs: +loggedfs: +loggedfs: |