]> git.ipfire.org Git - thirdparty/fcron.git/commit
tweaked fcron logging to file
authorThibault Godouet <yo8192@users.noreply.github.com>
Tue, 1 Jan 2013 17:33:53 +0000 (17:33 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Tue, 1 Jan 2013 17:45:27 +0000 (17:45 +0000)
commit417edfd80e8d6f52b93f109824f7ebaed55fe94c
treea3824c8083b22e555d8e6deeabd5fff5c5070cf0
parent78d2c8778069e57560030a4486e4adaef5619bf9
tweaked fcron logging to file
- only enabled for fcron via a command line option (rather than fcron.conf)
  I doubt people need this feature for command line tools, and we would need to manage the log file perms more closely to allow all tools to write to it
- reworked log.c/log.h: more sensible function names, better error checks
- changed the line format when logging to files/console
- added documentation on logging to file
14 files changed:
convert-fcrontab.c
doc/en/fcron.8.sgml
exe_list_test.c
fcron.c
fcron.h
fcronconf.c
fcronconf.h
fcrondyn.c
fcrondyn.h
fcronsighup.c
fcrontab.c
fcrontab.h
log.c
log.h