2012-03-06 05:53:24 +01:00
|
|
|
===========================================================================
|
2017-03-06 13:59:53 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.3 2017/03/06 12:59:53 fhajny Exp $
|
2012-03-06 05:53:24 +01:00
|
|
|
To set up ${PKGNAME}:
|
|
|
|
|
|
|
|
1/ modify ${PKG_SYSCONFDIR}/logrotate.conf to your needs,
|
|
|
|
or better, add your own configuration files in
|
|
|
|
${PKG_SYSCONFDIR}/logrotate.d/
|
|
|
|
|
|
|
|
2/ set up a daily cron job for logrotate in ${ROOT_USER}'s crontab;
|
|
|
|
this can be done with one of the following line:
|
2017-03-06 13:59:53 +01:00
|
|
|
0 0 * * * /bin/sh ${PREFIX}/${EGDIR}/logrotate.cron
|
2013-01-10 19:16:29 +01:00
|
|
|
0 0 * * * ${PREFIX}/sbin/logrotate ${PKG_SYSCONFDIR}/logrotate.conf
|
2012-03-06 05:53:24 +01:00
|
|
|
===========================================================================
|