SummaryRefsLogTreeCommitDiffStats
path: root/src
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-18 16:30:11 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-12-28 22:19:03 +0100
commit19d68f7dd67dea1e5e11d5014766157d45e5ebf4 (patch)
tree8296654d8019a98d32f615cafd33e1748dee3644 /src
parent74babba80ef6c2084035e1bc5d78d31021341cb6 (diff)
downloadmcron-19d68f7dd67dea1e5e11d5014766157d45e5ebf4.tar.gz
mcron-19d68f7dd67dea1e5e11d5014766157d45e5ebf4.tar.bz2
mcron-19d68f7dd67dea1e5e11d5014766157d45e5ebf4.zip
build: Rename 'mcron.c' to 'wrapper.c'.
* src/mcron.c: Rename to ... * src/wrapper.c: ... this. * Makefile.am (mcron_SOURCES, cron_SOURCES, crontab_SOURCES): Adapt to it. * configure.ac (AC_CONFIG_SRCDIR): Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/wrapper.c (renamed from src/mcron.c)5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mcron.c b/src/wrapper.c
index a52c073..a5b46db 100644
--- a/src/mcron.c
+++ b/src/wrapper.c
@@ -1,7 +1,6 @@
-/* mcron - run jobs at scheduled times
-
- Copyright (C) 2015, 2016 Mathieu Lirzin
+/* wrapper.c -- C code booting Guile
Copyright (C) 2003, 2014 Dale Mellor
+ Copyright (C) 2015, 2016 Mathieu Lirzin
This file is part of GNU Mcron.