slackbuilds/system/trackfs
David Somero 1142ca24a0 system/trackfs: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:16:57 -04:00
..
README system/trackfs: Added to 12.2 repository 2010-05-12 23:33:49 +02:00
slack-desc system/trackfs: Added to 12.2 repository 2010-05-12 23:33:49 +02:00
trackfs.SlackBuild system/trackfs: Misc automated cleanups. 2010-06-04 01:16:57 -04:00
trackfs.info system: nitpicks on ordering of .info files 2010-05-18 00:29:18 -05:00

README

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
changes made by the program.