diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-23 16:29:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-23 16:29:27 +0000 |
commit | 85dafff40303a63c70b0325c67b4bb8120cc2e4d (patch) | |
tree | b610cc2996aa86ec539a7968db45baad99e9abf9 /sysutils/fileschanged/pkg-message | |
parent | - Unmark BROKEN, it's fetchable again (diff) |
Add fileschanged, a client to the FAM (File Alteration Monitor) server.
Here's how the fileschanged FAM client works: you give it some filenames
on the command line and then it monitors those files for changes. When it
discovers that a file has changed (or has been altered), it displays
the filename on the standard-output.
PR: ports/66894
Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
Notes
Notes:
svn path=/head/; revision=109792
Diffstat (limited to 'sysutils/fileschanged/pkg-message')
-rw-r--r-- | sysutils/fileschanged/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/fileschanged/pkg-message b/sysutils/fileschanged/pkg-message new file mode 100644 index 000000000000..3175f7d6a8b1 --- /dev/null +++ b/sysutils/fileschanged/pkg-message @@ -0,0 +1,9 @@ +************************************************************************ + + For correct work of FILESCHANGED, you must configure File Alteration + Monitor (/usr/ports/devel/fam) + + Read /usr/ports/devel/fam/pkg-message or run: + pkg_info -Dx fam | more + +************************************************************************ |