c72c7f15c3
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>
7 lines
289 B
Text
7 lines
289 B
Text
bin/watchd
|
|
@unexec if cmp -s %D/etc/watchd.conf %D/etc/watchd.conf.sample; then rm -f %D/etc/watchd.conf; fi
|
|
etc/watchd.conf.sample
|
|
@exec [ -f %B/watchd.conf ] || cp %B/%f %B/watchd.conf
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/watchfolder.pdf
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|