scron

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

commit 56a65381e5d5932dd2465e4b4f892c4577e0ff12
parent a05e90974bbec9028c85d9ae6987c87b886da6b8
Author: sin <sin@2f30.org>
Date:   Thu, 12 Feb 2015 15:44:53 +0000

Bump to 0.4

Diffstat:
Mcrond.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crond.c b/crond.c @@ -17,7 +17,7 @@ #include "arg.h" #include "queue.h" -#define VERSION "0.3.2" +#define VERSION "0.4" #define LEN(x) (sizeof (x) / sizeof *(x)) @@ -514,7 +514,7 @@ sighandler(int sig) static void usage(void) { - fprintf(stderr, VERSION " (c) 2014\n"); + fprintf(stderr, VERSION " (c) 2014-2015\n"); fprintf(stderr, "usage: %s [-f file] [-n]\n", argv0); fprintf(stderr, " -f config file\n"); fprintf(stderr, " -n do not daemonize\n");