fixed path of logrotate binary in crontab suggestion

This commit is contained in:
Nils Ratusznik 2012-10-11 11:36:51 +00:00 committed by Thomas Klausner
parent 183f487242
commit a0d4861cb7

View file

@ -1,5 +1,5 @@
===========================================================================
$NetBSD: MESSAGE,v 1.3 2012/09/18 16:26:45 ahp-nils Exp $
$NetBSD: MESSAGE,v 1.4 2012/10/11 11:36:51 ahp-nils Exp $
To set up ${PKGNAME}:
1/ modify ${PKG_SYSCONFDIR}/logrotate.conf to your needs,
@ -9,5 +9,5 @@ ${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:
0 0 * * * /bin/sh ${EGDIR}/logrotate.cron
0 0 * * * ${PREFIX}/bin/logrotate ${PKG_SYSCONFDIR}/logrotate.conf
0 0 * * * ${PREFIX}/sbin/logrotate ${PKG_SYSCONFDIR}/logrotate.conf
===========================================================================