fix MESSAGE; from maintainer Andreas Kahari
This commit is contained in:
parent
07b85b375c
commit
92421a7754
@ -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"
|
||||
|
||||
DISTNAME= anacron-2.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://sourceforge.net/projects/anacron/
|
||||
|
@ -20,7 +20,7 @@ Comment out the invocation of these jobs in root's crontab.
|
||||
|
||||
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'
|
||||
${PREFIX}/sbin/anacron -s
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user