From ac501c908d1a6a607f89373d4667a6949b88ca55 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sat, 10 Feb 2024 22:02:58 +0100 Subject: [PATCH] p910nd: init: partial fix for openwrt/packages#10496 Harmless to carry this fix until procd.sh adds the param This parameter will mean umdns advertises not just "OpenWrt" but a more appropriate string: "Apple LaserWriter Pro 630" Signed-off-by: Paul Donald --- net/p910nd/files/p910nd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/p910nd/files/p910nd.init b/net/p910nd/files/p910nd.init index b8ce991590..092a918ab0 100644 --- a/net/p910nd/files/p910nd.init +++ b/net/p910nd/files/p910nd.init @@ -83,7 +83,7 @@ start_p910nd() { [ -n "$mdns_ver" ] && set -- "$@" "usb_VER=$mdns_ver" # Call procd_add_mdns with the positional parameters - procd_add_mdns "$@" + MDNS_INSTANCE_NAME="$mdns_ty" procd_add_mdns "$@" fi procd_close_instance fi -- 2.30.2