sysklogd/src
Johan Askerin 5bfe15f767 syslogd: Fix startup issue with remote sinks
Only reset f_fime when the filed is in normal operation, not suspended,
otherwise the INET_SUSPEND_TIME handling is broken.

Signed-off-by: Johan Askerin <johan.askerin@gmail.com>
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2020-01-17 13:20:52 +01:00
..
.gitignore Remove klogd from the sysklogd project 2019-12-07 10:31:06 +01:00
compat.h include sys/types.h for off_t 2019-12-07 10:33:14 -08:00
libsyslog.pc.in Build libsyslog.la and install it with syslog.h and libsyslog.pc 2019-10-31 08:39:09 +01:00
logger.c Minor, let logger use local version of syslog.h 2019-12-09 16:56:46 +01:00
Makefile.am Drop libcompat to simplify build deps and really fix #11 2020-01-16 22:17:23 +01:00
queue.h Add support for include /etc/syslog.d/*.conf in /etc/syslog.conf 2019-11-02 11:46:29 +01:00
socket.c syslogd: Integrate new timer API 2019-12-06 18:13:15 +01:00
socket.h syslogd: Integrate new timer API 2019-12-06 18:13:15 +01:00
syslog.c syslogd: Add FreeBSD -k option to allow LOG_KERNEL facility messages 2019-11-13 16:44:51 +01:00
syslog.h Remove __BEGIN_DECLS/__END_DECLS 2019-12-07 10:33:14 -08:00
syslogd.c syslogd: Fix startup issue with remote sinks 2020-01-17 13:20:52 +01:00
syslogd.h syslogd: Refactor, use sigaction() instead of deprecated signal() 2019-12-14 08:46:36 +01:00
timer.c syslogd: Refactor, use sigaction() instead of deprecated signal() 2019-12-14 08:46:36 +01:00
timer.h syslogd: Add generic timer API to replace exising buggy one 2019-12-05 20:38:43 +01:00