From c87a13d10067ef06b630ae8bdfe8828173cf4dcc Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 2 Apr 2005 09:08:47 +0000 Subject: Add gamin, a file and directory monitoring server and API. Gamin can be used as a drop-in replacement for FAM. Gamin is designed to be more secure than FAM as itdoes not require RPC, and runs a separate instance for each user. While it is API and ABI compatible with FAM, it does not [yet] support all of FAM's features. This version of gamin comes with an optional (defaults to on) kqueue backend for FreeBSD. This backend can only be used with UFS file systems. If you need FAM-like support on non-UFS file systems, you must build without the kqueue backend. --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index a19ce01e3d7b..3ad51c1b372b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -271,6 +271,7 @@ SUBDIR += g-wrap SUBDIR += g2c SUBDIR += gaa + SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-gaunit SUBDIR += gauche-readline -- cgit v1.2.3