Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / logrotate / MESSAGE
1 ===========================================================================
2 $NetBSD$
3 To set up ${PKGNAME}:
4
5 1/ modify ${PKG_SYSCONFDIR}/logrotate.conf to your needs,
6 or better, add your own configuration files in
7 ${PKG_SYSCONFDIR}/logrotate.d/
8
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}/bin/logrotate ${PKG_SYSCONFDIR}/logrotate.conf
13 ===========================================================================