diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-25 05:10:57 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-25 05:10:57 +0000 |
commit | 03aac0a4a28569de5ba7ad9bb596825409b98532 (patch) | |
tree | 0b61bf17b7a0ecff87f01c7da0025bbfdb4fc5d1 /sysutils/Makefile | |
parent | 8505047e38457caddfe987dba6596334306fefee (diff) | |
download | FreeBSD-ports-03aac0a4a28569de5ba7ad9bb596825409b98532.zip FreeBSD-ports-03aac0a4a28569de5ba7ad9bb596825409b98532.tar.gz |
Add watchfolder.
Watchfolder watches specified folders for incoming files and processes them
with programs assigned to those folders. Afterwards, the files are removed
from the inbound directory.
WWW: http://freshmeat.net/projects/watchd/
PR: ports/83867
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ef1639f..1eb9a75 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -533,6 +533,7 @@ SUBDIR += vttest SUBDIR += wait_on SUBDIR += watchdog + SUBDIR += watchfolder SUBDIR += webjob SUBDIR += webmin SUBDIR += whatpix |