mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
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:
|
|
|
|
1. Minimize the security model of FAM -- the daemon runs under the
|
|
user account.
|
|
2. Simplify the code base, dropping some of the most exotic features
|
|
of FAM.
|
|
3. Provide an API and ABI compatible replacement for FAM.
|
|
4. Try to fix some other issues like resource consumption.
|
|
|
|
This package provides the Gamin libraries.
|