diff options
author | Jeff Parent <jeff+SBo@sh0.xyz> | 2020-09-11 21:08:39 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-11 21:08:39 +0100 |
commit | 306a8df179b35e4c1ebfba3ccb3a7fa13f37e1ba (patch) | |
tree | d496ec82810136116574bce19f7a84b2c7cc65c8 /system/direvent/README | |
parent | 4b580e6df038105cb12715566d5efbaa8751e79f (diff) |
system/direvent: Added (Directory event monitoring daemon)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'system/direvent/README')
-rw-r--r-- | system/direvent/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/direvent/README b/system/direvent/README new file mode 100644 index 0000000000000..63d8e873e1145 --- /dev/null +++ b/system/direvent/README @@ -0,0 +1,11 @@ +GNU Direvent monitors events in the file system directories. For each +event that occurs in a set of pre-configured directories, the program +calls an external program associated with it, supplying it with the +information about the event and the location within the file system +where it occured. + +Interfaces for tracking changes to file systems are highly +system-specific. Direvent aims to provide a uniform and +system-independent command-level interface. It is known to work with +all modern Linux kernels and BSD systems (FreeBSD, NetBSD, OpenBSD, +Darwin). |