summaryrefslogtreecommitdiff
path: root/sysutils/fileschanged/files/patch-opts.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-23 16:29:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-23 16:29:27 +0000
commit85dafff40303a63c70b0325c67b4bb8120cc2e4d (patch)
treeb610cc2996aa86ec539a7968db45baad99e9abf9 /sysutils/fileschanged/files/patch-opts.h
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/files/patch-opts.h')
-rw-r--r--sysutils/fileschanged/files/patch-opts.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/fileschanged/files/patch-opts.h b/sysutils/fileschanged/files/patch-opts.h
new file mode 100644
index 000000000000..7daaf7d5fe20
--- /dev/null
+++ b/sysutils/fileschanged/files/patch-opts.h
@@ -0,0 +1,10 @@
+--- 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;