Files
packages/admin
Sergey Ponomarev 1ee73951bd syslog-ng: alternative for logread
When the syslog-ng installed it records all messages to /var/log/messages.
This makes the default OpenWrt's ubox /sbin/logread useless and return nothing.

The logread script was added to the syslog-ng as a shim.
It's based on `tail /var/log/messages` and repeats basic options that the ubox logread have.
The script is installed instead of the /sbin/logread and this is causes an error.

Instead install it to /usr/libexec/logread.sh and specify as an alternative /sbin/logread.

The ubox logread also needs to be made as alternative in /usr/libexec/logread-ubox.

So we need to give it a separate name.
The most simple and clear would be logread-shell or just logread.sh.

Suggested-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
(cherry picked from commit 641ec2b644)
2025-06-16 11:40:55 +02:00
..
2024-11-05 16:09:09 +08:00
2024-08-01 19:51:51 +08:00
2025-05-13 14:30:15 +08:00
2024-01-31 16:00:10 -08:00
2024-06-23 11:05:02 -07:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-07-07 13:29:50 +02:00
2024-09-02 10:57:35 -07:00
2024-06-23 11:28:47 -07:00