scron

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

commit 121c859f910cebcc3228353c5599d22647cdb1e2
parent 082c98f65abfb682d720c02b1dba4d3aedbc5112
Author: sin <sin@2f30.org>
Date:   Tue, 16 Dec 2014 20:49:59 +0000

It is up to the user to create /etc/crontab

Diffstat:
MMakefile | 2--
Dcrontab | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,11 +9,9 @@ install: all mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/etc install -m 755 crond $(DESTDIR)$(PREFIX)/bin/ - install -m 644 crontab $(DESTDIR)$(PREFIX)/etc/ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/crond - rm $(DESTDIR)$(PREFIX)/etc/crontab clean: rm -f crond diff --git a/crontab b/crontab @@ -1 +0,0 @@ -# tm_min tm_hour tm_mday tm_mon tm_wday command