diff options
Diffstat (limited to 'sysutils/logwatch/files/pkg-message.in')
-rw-r--r-- | sysutils/logwatch/files/pkg-message.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/logwatch/files/pkg-message.in b/sysutils/logwatch/files/pkg-message.in new file mode 100644 index 000000000000..c885cea0b304 --- /dev/null +++ b/sysutils/logwatch/files/pkg-message.in @@ -0,0 +1,20 @@ +[ +{ + type: upgrade + message: <<EOM + +Important changes in logwatch-7.13: + + - temporary data is now stored in /var/cache/logwatch + (you can remove /usr/local/var/logwatch, now) + + - ability to deal with FBSD's <facility.severity> patterns in logfiles, if activated + + - improvement of the dovecot script and conf files + (allow granular detail options like the ones for postfix script) + + - postfix script detects modified 3.10+ log entries, now + +EOM +} +] |