ssuominen 14/08/29 07:15:02 Modified: lvm2-2.02.110.ebuild Log: improve last commits elog (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.3 sys-fs/lvm2/lvm2-2.02.110.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild?r1=1.2&r2=1.3 Index: lvm2-2.02.110.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lvm2-2.02.110.ebuild 29 Aug 2014 07:10:00 -0000 1.2 +++ lvm2-2.02.110.ebuild 29 Aug 2014 07:15:02 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild,v 1.2 2014/08/29 07:10:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.110.ebuild,v 1.3 2014/08/29 07:15:02 ssuominen Exp $ EAPI=5 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic @@ -83,8 +83,8 @@ if use udev && ! use device-mapper-only; then sed -i -e '/use_lvmetad =/s:0:1:' conf/example.conf.in || die #514196 elog "Notice that \"use_lvmetad\" setting is enabled with USE=\"udev\" in" - elog "/etc/lvm/lvm.conf, which will require restart of lvmetad if it was" - elog "previously disabled." + elog "/etc/lvm/lvm.conf, which will require restart of udev, lvm, and lvmetad" + elog "if it was previously disabled." fi sed -i -e "s:/usr/bin/true:$(type -P true):" scripts/blk_availability_systemd_red_hat.service.in || die #517514
