1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +00:00
openmptcprouter/patches/luci-syslog-6.10.patch
2024-08-19 10:44:08 +02:00

11 lines
342 B
Diff

--- a/luci/modules/luci-mod-status/root/usr/libexec/syslog-wrapper 2024-08-19 10:41:15.218499730 +0200
+++ b/luci/modules/luci-mod-status/root/usr/libexec/syslog-wrapper 2024-08-19 10:41:21.654412260 +0200
@@ -12,7 +12,7 @@
fi
if [ -f /sbin/logread ]; then
- /sbin/logread -e ^
+ /sbin/logread ^
else
/usr/sbin/logread -e ^
fi