===========================================================================
$NetBSD: MESSAGE,v 1.3 2017/03/06 12:59:53 fhajny Exp $
To set up logrotate-3.21.0:

1/ modify /usr/pkg/etc/logrotate.conf to your needs,
or better, add your own configuration files in
/usr/pkg/etc/logrotate.d/

2/ set up a daily cron job for logrotate in root's crontab;
this can be done with one of the following line:
0 0 * * * /bin/sh /usr/pkg/share/examples/logrotate/logrotate.cron
0 0 * * * /usr/pkg/sbin/logrotate /usr/pkg/etc/logrotate.conf
===========================================================================
