scron

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

commit c9249e91923f4ac37b634bcba32659b64a218401
parent 3bed6bba8bed33191315773d12641fb18bbddda2
Author: sin <sin@2f30.org>
Date:   Fri,  4 Jul 2014 11:56:45 +0100

Create /etc too

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

diff --git a/Makefile b/Makefile @@ -5,6 +5,7 @@ all: crond install: all mkdir -p ${DESTDIR}/sbin + mkdir -p ${DESTDIR}/etc install -m 755 crond ${DESTDIR}/sbin/ install -m 644 crontab ${DESTDIR}/etc/