Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / logrotate / MESSAGE
blobc920dce8102e18d1a970ba643fc1f66012fe42f3
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2012/03/06 04:53:24 sbd Exp $
3 To set up ${PKGNAME}:
5 1/ modify ${PKG_SYSCONFDIR}/logrotate.conf to your needs,
6 or better, add your own configuration files in
7 ${PKG_SYSCONFDIR}/logrotate.d/
9 2/ set up a daily cron job for logrotate in ${ROOT_USER}'s crontab;
10 this can be done with one of the following line:
11 0 0 * * * /bin/sh ${EGDIR}/logrotate.cron
12 0 0 * * * ${PREFIX}/sbin/logrotate ${PKG_SYSCONFDIR}/logrotate.conf
13 ===========================================================================