freebsd-ports/security/logcheck/files/patch-docs_logcheck.sgml
Matthew Seaman 64f6103079 * Update to 1.3.18.
* Process to fix paths in script and configuration files are simplified.
* Now man page of logcheck is generated from DocBook SGML source file by using textproc/docbook-to-man.
* Sort pkg-plist.
* Add forgotten files/patch-etc_logcheck.logfiles.
* Update files/patch-etc_logcheck.conf
* Move backup file cleaning up from post-patch to do-build so 'make makepatch' works as expected.

PR:		220609
Submitted by:	yasu@utahime.org (maintainer)
2017-07-30 15:47:59 +00:00

17 lines
973 B
Text

--- docs/logcheck.sgml.orig 2017-01-25 21:08:04 UTC
+++ docs/logcheck.sgml
@@ -244,10 +244,10 @@ manpage.1: manpage.sgml
<refsect1>
<title>FILES</title>
- <para>/etc/logcheck/logcheck.conf is the main configuration file.</para>
- <para>/etc/logcheck/logcheck.logfiles is the list of files to monitor.</para>
- <para>/etc/logcheck/logcheck.logfiles.d is the directory of lists of files to monitor.</para>
- <para>/usr/share/doc/logcheck-database/README.logcheck-database.gz for hints on how to write, test and maintain rules.</para>
+ <para>%%ETCDIR%%/logcheck.conf is the main configuration file.</para>
+ <para>%%ETCDIR%%/logcheck.logfiles is the list of files to monitor.</para>
+ <para>%%ETCDIR%%/logcheck.logfiles.d is the directory of lists of files to monitor.</para>
+ <para>%%DOCSDIR%%/README.logcheck-database for hints on how to write, test and maintain rules.</para>
</refsect1>
<refsect1>
<title>EXIT STATUS</title>