Skip to content

Commit 90ee36f

Browse files
slartibardfasthnyman
authored andcommitted
udpspeeder: disable color in logging to prevent side effects in syslog
Fixes #26872 by passing --disable-color in init script Signed-off-by: David Connolly <[email protected]>
1 parent 4406b79 commit 90ee36f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

net/udpspeeder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=UDPspeeder
1111
PKG_VERSION:=20230206.0
12-
PKG_RELEASE:=2
12+
PKG_RELEASE:=3
1313

1414
PKG_SOURCE_PROTO:=git
1515
PKG_SOURCE_VERSION:=$(PKG_VERSION)

net/udpspeeder/files/udpspeeder-init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ start_instance() {
9393
procd_append_param command --queue-len "${queue_len}"
9494
procd_append_param command --log-level "${log_level}"
9595
procd_append_param command --fifo "${fifo}"
96+
procd_append_param command --disable-color
9697

9798
# procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
9899
procd_close_instance

0 commit comments

Comments
 (0)