]> granicus.if.org Git - fcron/commit
Renamed fcronlog in fcronconf.h to fcronlogfile, to avoid shadowing the function...
authorMatt Signorini <matthew.signorini@gmail.com>
Fri, 28 Dec 2012 01:59:05 +0000 (12:59 +1100)
committerThibault Godouet <fcron@free.fr>
Mon, 31 Dec 2012 16:48:41 +0000 (16:48 +0000)
commite4ded372d0fc6269a72764273f11a9517bbd2061
tree55b1bede0288f978532816a159c469e81a4a63c7
parent81783ce69b47abec94a3e30592e032f35b401310
Renamed fcronlog in fcronconf.h to fcronlogfile, to avoid shadowing the function fcronlog.

Modified convert-fcrontab to include fcronconf.o, to fix an undefined
symbol issue with fcronlogfile. Also added code to parse a config file with
read_conf, and an extra flag '-c' to specify a config file. Docs have not
been updated in this commit.
Makefile.in
convert-fcrontab.c
convert-fcrontab.h
fcronconf.c
fcronconf.h
log.c