1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-07-05 17:30:12 +02:00
init/syslogd
David Oberhollenzer f52c7ea9d0 Add minimalistic syslog daemon
For now this daemon simply dumps all syslog messages into seperate log
files and doesn't do much parsing. Since the messages are readable ASCII
anyway, this should not be to much of a problem and sufficient for
debugging.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-06-11 19:45:42 +02:00
..
logfile.c Add minimalistic syslog daemon 2018-06-11 19:45:42 +02:00
logfile.h Add minimalistic syslog daemon 2018-06-11 19:45:42 +02:00
main.c Add minimalistic syslog daemon 2018-06-11 19:45:42 +02:00
Makemodule.am Add minimalistic syslog daemon 2018-06-11 19:45:42 +02:00