]> git.ipfire.org Git - thirdparty/fcron.git/commit
Added code to facilitate logging to a separate file.
authorMatt Signorini <matthew.signorini@gmail.com>
Thu, 27 Dec 2012 05:00:44 +0000 (16:00 +1100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Mon, 31 Dec 2012 16:48:41 +0000 (16:48 +0000)
commita5f9575ed628220364121f9d6d8c4a8d91140f11
tree0cd013a5af64633dc512bd0bcb4464c7c9b0c34c
parentd1f9704b6ef44c261089436a3f8ed590a239413f
Added code to facilitate logging to a separate file.

- modified fcronconf.c and .h to parse an fcronlog entry in the conf file.

- modified xopenlog and xcloselog to handle a file, if specified, and added
a procedure fcronlog, which prints a message to the log file.
fcronconf.c
fcronconf.h
log.c