]> git.ipfire.org Git - thirdparty/fcron.git/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 <yo8192@users.noreply.github.com>
Mon, 31 Dec 2012 16:48:41 +0000 (16:48 +0000)
commitf06ae6fb2f2bb1bd2e8c6852e428abeb01503166
tree55b1bede0288f978532816a159c469e81a4a63c7
parent2b50d738340bdb646089ed4882114dd8c0eb864e
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