scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit 96c5d330ecfa1138bc4bcfa2505e8e68d1c5be7f
parent 9c6b495cf39e9c5946108a2f2d1f096deb221bf9
Author: sin <sin@2f30.org>
Date:   Fri,  4 Jul 2014 11:54:00 +0100

Do not install initscript

Diffstat:
MMakefile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,14 +5,11 @@ all: crond install: all mkdir -p ${DESTDIR}/sbin - mkdir -p ${DESTDIR}/etc/init.d install -m 755 crond ${DESTDIR}/sbin/ - install -m 755 crond.init ${DESTDIR}/etc/init.d/crond install -m 644 crontab ${DESTDIR}/etc/ uninstall: rm -f ${DESTDIR}/sbin/crond - rm ${DESTDIR}/etc/init.d/crond rm ${DESTDIR}/etc/crontab clean: