mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
83fe564826
* Do not send an ENDEXISTS event on NOTE_REVOKE * Handle kevent aggregation if multiple event types are requested * Mimic FAM's behavior of never following symbolic links * Add exhaustive error handling * Remove all the legacy thread-safe code since gamin is now single-threaded PR: 79680 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
9 lines
430 B
Plaintext
9 lines
430 B
Plaintext
Gamin is a file and directory monitoring system defined to be a subset of the
|
|
FAM (File Alteration Monitor) system. This is a service provided by a library
|
|
which allows to detect when a file or a directory has been modified.
|
|
|
|
Whereas the FreeBSD port of FAM polls files every few seconds, this port
|
|
includes a kqueue(2) backend for immediate notification of most alterations.
|
|
|
|
WWW: http://www.gnome.org/~veillard/gamin/index.html
|