diff options
author | rh <rh@pkgsrc.org> | 2002-05-12 10:25:47 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-05-12 10:25:47 +0000 |
commit | 0396cbc12855611b17646507e70fff82c4516fb6 (patch) | |
tree | 9dbe647cebed12d5d1d9c6d7944e4841f00401bd /sysutils/fam/DESCR | |
parent | 2b325a79cdaf328d6dc59b3ba290496e59192841 (diff) | |
download | pkgsrc-0396cbc12855611b17646507e70fff82c4516fb6.tar.gz |
Initial import of fam-2.6.7, a file alteration monitor.
Diffstat (limited to 'sysutils/fam/DESCR')
-rw-r--r-- | sysutils/fam/DESCR | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/fam/DESCR b/sysutils/fam/DESCR new file mode 100644 index 00000000000..71542380423 --- /dev/null +++ b/sysutils/fam/DESCR @@ -0,0 +1,19 @@ + FAM, the File Alteration Monitor, provides an API which applications +can use to be notified when specific files or directories are changed. + + FAM comes in two parts: fam, the daemon which listens for requests and +delivers notification, and libfam, a library which client applications can +use to communicate with fam. + + If the monitored files are mounted from a remote host, the local FAM +will attempt to contact FAM on the remote host, and will pass the requests +on to the remote FAM. + + FAM can also notify its clients when a file starts and stops execution. +(The IRIX Interactive Desktop uses this to change a program's icon while +it's running, for example.) + + FAM was originally written for IRIX in 1989 by Bruce Karsh, and was +rewritten in 1995 by Bob Miller. This open-source release of FAM builds +and runs on NetBSD, FreeBSD, Linux, and IRIX, and is the same FAM that +will be included with IRIX 6.5.8. |