diff options
Diffstat (limited to 'security/logcheck/pkg-message')
-rw-r--r-- | security/logcheck/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/logcheck/pkg-message b/security/logcheck/pkg-message new file mode 100644 index 000000000000..5dae1b02af91 --- /dev/null +++ b/security/logcheck/pkg-message @@ -0,0 +1,14 @@ +---------------------------------------------------------------------------- + + 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 + +---------------------------------------------------------------------------- |