summaryrefslogtreecommitdiffstats
path: root/main/dhcpcd/busybox-logger.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/dhcpcd/busybox-logger.patch')
-rw-r--r--main/dhcpcd/busybox-logger.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/dhcpcd/busybox-logger.patch b/main/dhcpcd/busybox-logger.patch
new file mode 100644
index 000000000..dca78b00f
--- /dev/null
+++ b/main/dhcpcd/busybox-logger.patch
@@ -0,0 +1,11 @@
+--- ./dhcpcd-run-hooks.in.orig
++++ ./dhcpcd-run-hooks.in
+@@ -149,7 +149,7 @@
+ [ -n "$lvl" ] && shift
+ if [ -n "$*" ]; then
+ if type logger >/dev/null 2>&1; then
+- logger -t dhcpcd -p daemon."$lvl" -is "$interface: $*"
++ logger -t dhcpcd -p daemon."$lvl" -s "$interface: $*"
+ fi
+ fi
+ }