mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
85dafff403
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>
11 lines
231 B
C
11 lines
231 B
C
--- src/opts.h.orig Mon Feb 23 01:17:30 2004
|
|
+++ src/opts.h Sun May 23 17:53:00 2004
|
|
@@ -17,6 +17,7 @@
|
|
int filestomonitor;
|
|
int filechangetimeout;
|
|
int showaction;
|
|
+ char *exec_command;
|
|
};
|
|
struct arguments_t {
|
|
char **args;
|