From 85dafff40303a63c70b0325c67b4bb8120cc2e4d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 23 May 2004 16:29:27 +0000 Subject: 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 --- sysutils/fileschanged/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/fileschanged/files/patch-configure (limited to 'sysutils/fileschanged/files/patch-configure') diff --git a/sysutils/fileschanged/files/patch-configure b/sysutils/fileschanged/files/patch-configure new file mode 100644 index 000000000000..b6c51787ae0c --- /dev/null +++ b/sysutils/fileschanged/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Feb 23 02:18:08 2004 ++++ configure Tue May 18 15:08:38 2004 +@@ -341,7 +341,7 @@ + bindir='${exec_prefix}/bin' + sbindir='${exec_prefix}/sbin' + libexecdir='${exec_prefix}/libexec' +-datadir='${prefix}/share' ++datadir='${prefix}/share/doc' + sysconfdir='${prefix}/etc' + sharedstatedir='${prefix}/com' + localstatedir='${prefix}/var' -- cgit v1.2.3