From b1f6dc4220d8330f17c1e9837f9920856fbafe14 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 4 Jun 2013 13:46:42 +0300 Subject: Finish the docs. Set version number 4.0. Change bug-report address. --- NEWS | 4 ++-- README | 42 ++++++++++++++++++++++++------------------ THANKS | 1 + configure.ac | 4 ++-- doc/dircond.8 | 2 +- doc/dircond.texi | 2 +- 6 files changed, 31 insertions(+), 24 deletions(-) diff --git a/NEWS b/NEWS index 3807aac..b0d2e73 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,9 @@ dircond -- history of user-visible changes. 2013-06-04 Copyright (C) 2012, 2013 Sergey Poznyakoff See the end of file for copying conditions. -Please send dircond bug reports to +Please send dircond bug reports to -Version 3.99.90 (Git) +Version 4.0 This is a complete rewrite of the project. It uses a new configuration file format and works on Linux, BSD and Darwin. diff --git a/README b/README index f63a7cd..0e716f4 100644 --- a/README +++ b/README @@ -6,33 +6,39 @@ See the end of file for copying conditions. Dircond is a directory content watcher daemon, i.e. a program that monitors a set of directories on the file system and reacts when -their content changes. The following changes are monitored: file -creation, file removal, file update, move of a file between -directories. When a change is detected, the daemon reacts by invoking -an external command configured for that kind of change. +their content changes. When a change is detected, the daemon reacts by +invoking an external command configured for that kind of change. + +The program aims to provide a uniform and system-independent +command-level interface for file system events. This version +is known to work on GNU/Linux (kernels starting from +v. 2.6.13) and BSD systems (FreeBSD, NetBSD, OpenBSD, Darwin). * Building and Configuring -The utility is Linux-specific, therefore no configuration script is -provided. Run 'make' to build the program, and run 'make install' as a -superuser to install it. The utility name is 'dircond' and it is -installed in /usr/local/bin. To change the installation directory, use -the PREFIX make variable. For example, the following command: +The usual incantation applies: + + ./configure [OPTIONS] + make + make install + +See the file INSTALL for the description of ./configure and its +generic options. - make install PREFIX=/usr +* Usage Instructions -will install the daemon binary in /usr/bin and the manpage in -/usr/share/man/man1. +Complete documentation is included with the package, both in man +and Texinfo formats. After successful installation, use -Specific installation directories can be overridden using the -following variables: + info dircond - BINDIR the directory where the binary is to be installed - MANDIR the directory where the manpage is to be installed +to read the Texinfo documentation. To read the manpages, use: -* Usage Instructions + man 8 dircond + man 5 dircond.conf -See dircond(1) for a detailed documentation. +An online copy of the documentation in various formats is available +at http://dircond.man.gnu.org.ua. * Copyright information: diff --git a/THANKS b/THANKS index 0d248c6..955f86a 100644 --- a/THANKS +++ b/THANKS @@ -1,3 +1,4 @@ Dircond THANKS file. +Natalia Alifanova Zeus Panchenko diff --git a/configure.ac b/configure.ac index bba8e1e..ba2d010 100644 --- a/configure.ac +++ b/configure.ac @@ -15,12 +15,12 @@ # along with Dircond. If not, see . AC_PREREQ([2.69]) -AC_INIT([dircond], [3.99.90], [gray+dircond@gnu.org.ua],, +AC_INIT([dircond], [4.0], [bug-dircond@gnu.org.ua],, [http://www.gnu.org.ua/software/dircond]) AC_CONFIG_SRCDIR([src/dircond.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11.5 gnu tar-ustar]) +AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar]) # Checks for programs. AC_PROG_AWK diff --git a/doc/dircond.8 b/doc/dircond.8 index 54950e3..1465bea 100644 --- a/doc/dircond.8 +++ b/doc/dircond.8 @@ -431,7 +431,7 @@ Another error occurred. .SH AUTHORS Sergey Poznyakoff .SH "BUG REPORTS" -Report bugs to . +Report bugs to . .SH COPYRIGHT Copyright \(co 2012, 2013 Sergey Poznyakoff .br diff --git a/doc/dircond.texi b/doc/dircond.texi index 75a84b2..aaa37c0 100644 --- a/doc/dircond.texi +++ b/doc/dircond.texi @@ -1070,7 +1070,7 @@ event queue cannot be inherited by the child process. @node Reporting Bugs @chapter How to Report a Bug -Please, report bugs and suggestions to @email{gray+dircond@@gnu.org.ua}. +Please, report bugs and suggestions to @email{bug-dircond@@gnu.org.ua}. You hit a bug if at least one of the conditions below is met: -- cgit v1.2.1