20 lines
993 B
Plaintext
20 lines
993 B
Plaintext
# 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:
|