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
349 B
Text
11 lines
349 B
Text
--- 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'
|