Gentoo Archives: gentoo-commits

From: "Matthias Maier (tamiko)" <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt/files: libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch
Date: Wed, 24 Jun 2015 11:07:40
Message-Id: 20150624110737.28F46A54@oystercatcher.gentoo.org
1 tamiko 15/06/24 11:07:37
2
3 Added: libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch
4 Log:
5 adjust paths in libvirt-guests.sh (fixed in 1.2.16-r2 only)
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
8
9 Revision Changes Path
10 1.1 app-emulation/libvirt/files/libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch?rev=1.1&content-type=text/plain
14
15 Index: libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch
16 ===================================================================
17 diff --git a/tools/libvirt-guests.sh.in b/tools/libvirt-guests.sh.in
18 index 7f74b85..ea58119 100644
19 --- a/tools/libvirt-guests.sh.in
20 +++ b/tools/libvirt-guests.sh.in
21 @@ -41,11 +41,11 @@ CONNECT_RETRIES=10
22 RETRIES_SLEEP=1
23 SYNC_TIME=0
24
25 -test -f "$sysconfdir"/sysconfig/libvirt-guests &&
26 - . "$sysconfdir"/sysconfig/libvirt-guests
27 +test -f "$sysconfdir"/libvirt/libvirt-guests.conf &&
28 + . "$sysconfdir"/libvirt/libvirt-guests.conf
29
30 LISTFILE="$localstatedir"/lib/libvirt/libvirt-guests
31 -VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/subsys/libvirt-guests
32 +VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/libvirt-guests
33
34 RETVAL=0