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"
|
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/
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user