opnsense-ports/security/logcheck/files/patch-docs_README.logcheck
Franco Fichtner dcb8c56a29 */*: sync with upstream
Taken from: HardenedBSD
2017-07-31 07:13:49 +02: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.