]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tools: Move libvirt-guests lock file out of subsys directory
authorBronek Kozicki <brok@incorrekt.com>
Mon, 16 Dec 2024 11:15:26 +0000 (11:15 +0000)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 29 Jan 2025 11:42:27 +0000 (12:42 +0100)
This directory might not exist on systems not supporting old SystemV interfaces.

Signed-off-by: Bronek Kozicki <brok@incorrekt.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tools/libvirt-guests.sh.in

index c3c5954e17de05082e045f7d4fe74b1c2f73a49f..f2db1282adbd1c36002f4f744815d9f894050ddf 100644 (file)
@@ -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