diff options
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 0000000000..63d8e873e1 --- /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). |