fix MESSAGE; from maintainer Andreas Kahari

This commit is contained in:
naddy 2005-10-06 20:00:44 +00:00
parent 07b85b375c
commit 92421a7754
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2004/12/20 10:35:34 alek Exp $ # $OpenBSD: Makefile,v 1.7 2005/10/06 20:00:44 naddy Exp $
COMMENT= "periodic command scheduler" COMMENT= "periodic command scheduler"
DISTNAME= anacron-2.3 DISTNAME= anacron-2.3
PKGNAME= ${DISTNAME}p0 PKGNAME= ${DISTNAME}p1
CATEGORIES= sysutils CATEGORIES= sysutils
HOMEPAGE= http://sourceforge.net/projects/anacron/ HOMEPAGE= http://sourceforge.net/projects/anacron/

View File

@ -20,7 +20,7 @@ Comment out the invocation of these jobs in root's crontab.
Invoke anacron from /etc/rc.local like this: Invoke anacron from /etc/rc.local like this:
if [ X"\${anacron}" == X"YES" -a -x ${PREFIX}/sbin/anacron ]; then if [ X"${anacron}" == X"YES" -a -x ${PREFIX}/sbin/anacron ]; then
echo -n ' anacron' echo -n ' anacron'
${PREFIX}/sbin/anacron -s ${PREFIX}/sbin/anacron -s
fi fi