ISC cron, successor of Vixie Cron

WWW: ftp://ftp.isc.org/isc/cron/
This commit is contained in:
Edwin Groothuis 2008-08-07 05:46:49 +00:00
parent 08feb35772
commit c787d04663
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218174
5 changed files with 56 additions and 0 deletions

View file

@ -331,6 +331,7 @@
SUBDIR += ipmi-kmod
SUBDIR += ipmitool
SUBDIR += ipsc
SUBDIR += isc-cron
SUBDIR += isomaster
SUBDIR += isomd5sum
SUBDIR += ispman

View file

@ -0,0 +1,41 @@
# New ports collection makefile for: isc-cron
# Date created: 7 August 2008
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= isc-cron
PORTVERSION= 4.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_ISC}
DISTNAME= cron_${PORTVERSION}.shar
EXTRACT_SUFX=
MAINTAINER= edwin@mavetju.org
COMMENT= ISC Cron, former Vixie Cron
WRKSRC= ${WRKDIR}
SUB_FILES= pkg-message
PLIST_FILES= sbin/cron bin/crontab
PKGMESSAGE= ${WRKDIR}/pkg-message
MAN1= crontab.1
MAN5= crontab.5
MAN8= cron.8
do-extract:
${MKDIR} ${WRKSRC}
cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cron ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/crontab ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/crontab.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/crontab.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/cron.8 ${PREFIX}/man/man8
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (cron_4.1.shar) = 5e1be9dbde66295821ac7899f2e1f561
SHA256 (cron_4.1.shar) = c445837756fb988f2c95db8dc55d7937d14bca0cdfa292de81322ca2556ec39a
SIZE (cron_4.1.shar) = 205506

View file

@ -0,0 +1,8 @@
Please add
cron_program="%%PREFIX%%/sbin/cron"
to your /etc/rc.conf to enable the ISC cron instead of the base
Vixie cron.
Please use %%PREFIX%%/bin/crontab to edit the users crontab.

View file

@ -0,0 +1,3 @@
ISC cron, replacement for Vixie cron.
WWW: ftp://ftp.isc.org/isc/cron/