mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
89a4d66370
multiple paths and do things, when any filesystem changes are detected. Written for Linux' inotify, it was ported using the libinotify. Sponsored by: Virtual Estates, Inc.
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
This program is an "inotify cron" system. It consists of a daemon
|
|
and a table manipulator. You can use it a similar way as the regular
|
|
cron. The difference is that the inotify cron handles filesystem
|
|
events rather than time periods.
|
|
|
|
Written to use (and named after) Linux' "inotify", on BSD it uses
|
|
the libinotify compatibility layer.
|
|
|
|
WWW: http://inotify.aiken.cz/?section=incron&page=about
|