From: Bronek Kozicki Date: Mon, 16 Dec 2024 11:15:26 +0000 (+0000) Subject: tools: Move libvirt-guests lock file out of subsys directory X-Git-Tag: v11.1.0-rc1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c79c424776f2116f0d70f4e1e08950dc16893ff;p=thirdparty%2Flibvirt.git 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 --- 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