Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.110.ebuild
Date: Fri, 29 Aug 2014 07:15:04
Message-Id: 20140829071502.0D2CA424A@oystercatcher.gentoo.org
1 ssuominen 14/08/29 07:15:02
2
3 Modified: lvm2-2.02.110.ebuild
4 Log:
5 improve last commits elog
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 sys-fs/lvm2/lvm2-2.02.110.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild?r1=1.2&r2=1.3
15
16 Index: lvm2-2.02.110.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- lvm2-2.02.110.ebuild 29 Aug 2014 07:10:00 -0000 1.2
23 +++ lvm2-2.02.110.ebuild 29 Aug 2014 07:15:02 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild,v 1.2 2014/08/29 07:10:00 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild,v 1.3 2014/08/29 07:15:02 ssuominen Exp $
29
30 EAPI=5
31 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic
32 @@ -83,8 +83,8 @@
33 if use udev && ! use device-mapper-only; then
34 sed -i -e '/use_lvmetad =/s:0:1:' conf/example.conf.in || die #514196
35 elog "Notice that \"use_lvmetad\" setting is enabled with USE=\"udev\" in"
36 - elog "/etc/lvm/lvm.conf, which will require restart of lvmetad if it was"
37 - elog "previously disabled."
38 + elog "/etc/lvm/lvm.conf, which will require restart of udev, lvm, and lvmetad"
39 + elog "if it was previously disabled."
40 fi
41
42 sed -i -e "s:/usr/bin/true:$(type -P true):" scripts/blk_availability_systemd_red_hat.service.in || die #517514