Add a new --syslog option for tincd.
authorJochen Voss <voss@seehuhn.de>
Fri, 13 Mar 2015 11:05:22 +0000 (11:05 +0000)
committerJochen Voss (voss@sushi) <voss@seehuhn.de>
Fri, 13 Mar 2015 11:05:22 +0000 (11:05 +0000)
commit19d16e40ccfb39461eda5336f4e754e10a640aba
tree2ef92445b1a773b80fa44befea385d3b3a5dba62
parent058473dc8d4cf60f79aee18d473342b8a3c25fbe
Add a new --syslog option for tincd.

This commit adds a new command line option for tincd which allows to
use tincd in non-detached mode with log messages still going to
syslog.  The motivation for this change is to ease use of tincd
in Docker containers.
doc/tincd.8.in
src/process.c
src/tincd.c