summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-02-05 22:38:06 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:11 +0100
commita417057ca58c8c1c83299a1dec9b1c23abde16b3 (patch)
tree2fff770553ed0ff6c29b3539058be0ff41dce22b
parentcce1e47f13d37cf7a7ff8ca15e5b0da9f2212257 (diff)
downloadslackbuilds-a417057ca58c8c1c83299a1dec9b1c23abde16b3.tar.gz
system/trackfs: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/trackfs/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/system/trackfs/README b/system/trackfs/README
index d4a63214b9..60474ff85d 100644
--- a/system/trackfs/README
+++ b/system/trackfs/README
@@ -1,9 +1,11 @@
-Trackfs is a small program that tracks file system changes -- creation,
-update and removal of fs objects -- of another program (or group of
-programs). It is similar to `installwatch', but works quite differently:
-While installwatch uses LD_PRELOAD to intercept library functions like
-open() and unlink(), trackfs runs the child program(s) with tracing
-enabled and tracks the system calls they make.
+trackfs (tracks filesystem changes)
+
+Trackfs is a small program that tracks file system changes --
+creation, update and removal of fs objects -- of another program (or
+group of programs). It is similar to `installwatch', but works quite
+differently: While installwatch uses LD_PRELOAD to intercept library
+functions like open() and unlink(), trackfs runs the child program(s)
+with tracing enabled and tracks the system calls they make.
trackfs also includes "playback", which runs a program via trackfs
and creates a shell script which, when run, will reverse all filesystem