diff options
Diffstat (limited to 'system/trackfs/slack-desc')
-rw-r--r-- | system/trackfs/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/trackfs/slack-desc b/system/trackfs/slack-desc new file mode 100644 index 0000000000..76a49fdd2f --- /dev/null +++ b/system/trackfs/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 ':'. + + |-----handy-ruler------------------------------------------------------| +trackfs: trackfs (tracks filesystem changes) +trackfs: +trackfs: Trackfs is a small program that tracks file system changes -- +trackfs: creation, update and removal of fs objects -- of another program (or +trackfs: group of programs). It is similar to `installwatch', but works quite +trackfs: differently: While installwatch uses LD_PRELOAD to intercept library +trackfs: functions like open() and unlink(), trackfs runs the child program(s) +trackfs: with tracing enabled and tracks the system calls they make. +trackfs: +trackfs: +trackfs: |