From 440b02507d697603d0dbd1e3725912df672e5a02 Mon Sep 17 00:00:00 2001 From: James Haggerty Date: Tue, 29 Oct 2024 04:59:17 +0000 Subject: [PATCH] camera-onvif-server: (APP-3655, PR #903) fix init.d rootfs refs When the package is install during the building of the rootfs these files are loaded (at 'Configuring ...'. Approved-by: Sophronia Koilpillai Approved-by: Evan Benn --- multimedia/camera-onvif-server/files/camera-onvif-server.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/camera-onvif-server/files/camera-onvif-server.init b/multimedia/camera-onvif-server/files/camera-onvif-server.init index fe98851..f83877c 100755 --- a/multimedia/camera-onvif-server/files/camera-onvif-server.init +++ b/multimedia/camera-onvif-server/files/camera-onvif-server.init @@ -7,7 +7,7 @@ USE_PROCD=1 SERVICE=camera-onvif-server -. /lib/functions/network.sh +. "${IPKG_INSTROOT}/lib/functions/network.sh" # Frustratingly procd reports that there is an error after using procd_append_param error # but doesn't tell you what the error is. You can find the error doing something like: