From 2c79c424776f2116f0d70f4e1e08950dc16893ff Mon Sep 17 00:00:00 2001 From: Bronek Kozicki Date: Mon, 16 Dec 2024 11:15:26 +0000 Subject: [PATCH] tools: Move libvirt-guests lock file out of subsys directory This directory might not exist on systems not supporting old SystemV interfaces. Signed-off-by: Bronek Kozicki Reviewed-by: Peter Krempa --- tools/libvirt-guests.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libvirt-guests.sh.in b/tools/libvirt-guests.sh.in index c3c5954e17..f2db1282ad 100644 --- a/tools/libvirt-guests.sh.in +++ b/tools/libvirt-guests.sh.in @@ -44,7 +44,7 @@ test -f "$initconfdir"/libvirt-guests && . "$initconfdir"/libvirt-guests LISTFILE="$localstatedir"/lib/libvirt/libvirt-guests -VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/subsys/libvirt-guests +VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/libvirt-guests RETVAL=0 -- 2.47.3