summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-08-29 07:15:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-08-29 07:15:02 +0000
commit0dfc196607aa4a5ab34d6bdc5417f59d583ee61b (patch)
treeab2e7a1a7984b70d1caecb9d28294788fc50a7d7 /sys-fs
parentVersion bump for a number of bugfixes. (diff)
downloadgentoo-2-0dfc196607aa4a5ab34d6bdc5417f59d583ee61b.tar.gz
gentoo-2-0dfc196607aa4a5ab34d6bdc5417f59d583ee61b.tar.bz2
gentoo-2-0dfc196607aa4a5ab34d6bdc5417f59d583ee61b.zip
improve last commits elog
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lvm2/lvm2-2.02.110.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.110.ebuild b/sys-fs/lvm2/lvm2-2.02.110.ebuild
index 66ca026b21ca..0a6b0f9129c9 100644
--- a/sys-fs/lvm2/lvm2-2.02.110.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.110.ebuild
@@ -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 @@ src_prepare() {
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