freebsd-ports/security/logcheck/files/patch-docs_README.logcheck
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

16 lines
879 B
Text

--- docs/README.logcheck.orig 2017-01-25 21:08:04 UTC
+++ docs/README.logcheck
@@ -17,11 +17,11 @@ don't start overlapping.
======================================================================
LOG ENTRIES
-----------
-These are taken from a specified set of logfiles (usually syslog and
+These are taken from a specified set of logfiles (usually messages and
auth.log); a special Perl utility named "logtail" is used which
"bookmarks" its place in the logs, so that events aren't reported
twice in successive logcheck runs. The offset records are stored as
-(eg) "/var/lib/logcheck/offset.var.log.syslog"; lines to be
+(eg) "%%DBDIR%%/offset.var.log.messages"; lines to be
considered by logcheck are copied into tempfiles in the working
directory "/var/tmp/logcheck". See the corresponding README for
logtail for further notes on complications such as log-rotation.