openbsd-ports/sysutils/gamin/pkg/MESSAGE-server
ajacoutot 494093ce60 Import (lib,py-)gamin-0.1.10
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.
The main goals of the project are:
  * minimize the security model of FAM
  * simplify the code base
  * provide an API and ABI compatible replacement for FAM
  * try to fix some other issues like resource consumption

works for bernd@
ok landry@ jasper@
2009-12-04 08:07:20 +00:00

5 lines
257 B
Plaintext

Gamin will provide realtime kqueue(2) notifications up to the open file
descriptors limit before falling back to polling. To prevent that, when
dealing with large directories, increase the kern.maxfiles sysctl(8) and
adapt users login(1) class accordingly.