diff options
author | pav <pav@FreeBSD.org> | 2004-05-24 00:29:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-24 00:29:27 +0800 |
commit | 778fc76432d54b3836de8b5c3a37213779d1beea (patch) | |
tree | e194f1bf28dbd954463634244fc2e35f778f938f /sysutils/fileschanged/pkg-descr | |
parent | 17c924710d83e2ba26df7ca9a7ea4cc5ca730926 (diff) | |
download | freebsd-ports-gnome-778fc76432d54b3836de8b5c3a37213779d1beea.tar.gz freebsd-ports-gnome-778fc76432d54b3836de8b5c3a37213779d1beea.tar.zst freebsd-ports-gnome-778fc76432d54b3836de8b5c3a37213779d1beea.zip |
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>
Diffstat (limited to 'sysutils/fileschanged/pkg-descr')
-rw-r--r-- | sysutils/fileschanged/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/fileschanged/pkg-descr b/sysutils/fileschanged/pkg-descr new file mode 100644 index 000000000000..3360e730d061 --- /dev/null +++ b/sysutils/fileschanged/pkg-descr @@ -0,0 +1,7 @@ +The fileschanged utility is a client to the FAM (File Alteration Monitor) +server that is now available in some distributions. 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. + +WWW: http://fileschanged.sourceforge.net/ |