Peter Woodman
|
a47a55e433
|
sysklogd: fix building against musl
taking guidance from alpine linux's patch[1], removed a few ifdefs and
fixed up some includes.
[1]: https://git.alpinelinux.org/aports/tree/main/sysklogd/fix-includes.patch
|
2021-01-18 23:29:12 -05:00 |
|
Eelco Dolstra
|
e083d32d22
|
sysklogd: Don't remove /dev/log when syslogd exits
This messes up systemd-journald.
|
2013-05-09 16:28:36 +02:00 |
|
Eelco Dolstra
|
bfc2de46d1
|
sysklogd: Support systemd socket-based activation
Syslogd cannot open /dev/log directly but must receive syslog messages
from systemd (http://www.freedesktop.org/wiki/Software/systemd/syslog).
The patch adds support for that.
|
2012-07-19 12:46:39 -04:00 |
|