mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
04c6d34137
An auditing tools for system logs on Un*x boxes. PR: 15360 Submitted by: Dan Langille <dan@freebsddiary.org>
15 lines
581 B
Plaintext
15 lines
581 B
Plaintext
----------------------------------------------------------------------------
|
|
|
|
Remember to copy the sample files to the real file names.
|
|
Here is an example what you need to do:
|
|
|
|
cd %%PREFIX%%/etc/
|
|
cp logcheck.ignore.sample logcheck.ignore
|
|
cp logcheck.violations.ignore.sample logcheck.violations.ignore
|
|
cp logcheck.violations.sample logcheck.violations
|
|
cp logcheck.hacking.sample logcheck.hacking
|
|
|
|
Note that logcheck is started with %%PREFIX%%/etc/logcheck.sh
|
|
|
|
----------------------------------------------------------------------------
|