kumquat-buildroot/package/sysklogd/Config.in
Andreas Hilse 6a91580c11 package/sysklogd: bump to version 2.1.2
- fixes: sysklogd 1.6 klogd with newer glibcs: kernel messages are
  logged to user facility
- sysklogd removed klogd, functionality has been moved to syslogd
- now supports config fragments in /etc/syslog.d
- disabled sysklogd logger to not interfere with other loggers
- license has changed from GPL-2.0+ to BSD-3-Clause

Signed-off-by: Andreas Hilse <andreas.hilse@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-01-19 22:21:25 +01:00

14 lines
491 B
Plaintext

config BR2_PACKAGE_SYSKLOGD
bool "sysklogd"
depends on BR2_USE_MMU # fork()
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
The continuation of the original sysklogd package, based on
the original Berkeley syslog daemon. Now with kernel
logging, and log rotation built-in. It can both receive from
and send to remote syslog servers. The v2.x series include
extended support for RFC5424 with an alt. syslogp() API for
clients.
https://github.com/troglobit/sysklogd/