Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/
Date: Mon, 21 Sep 2015 08:31:27
Message-Id: 1442824268.8be2371f7a2b30084023420faea135dfd6799c24.ultrabug@gentoo
1 commit: 8be2371f7a2b30084023420faea135dfd6799c24
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 08:31:08 2015 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 08:31:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be2371f
7
8 sys-cluster/drbd-utils: fix postinst typo thx to Zentoo on #513928
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild b/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild
16 index 8a47847..3f5a6e8 100644
17 --- a/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild
18 +++ b/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild
19 @@ -83,7 +83,7 @@ src_install() {
20 pkg_postinst() {
21 einfo
22 einfo "Please copy and gunzip the configuration file:"
23 - einfo "from /usr/share/doc/${PF}/${PN}.conf.example.bz2 to /etc/${PN/-utils/}.conf"
24 + einfo "from /usr/share/doc/${PF}/${PN/-utils/}.conf.example.bz2 to /etc/${PN/-utils/}.conf"
25 einfo "and edit it to your needs. Helpful commands:"
26 einfo "man 5 drbd.conf"
27 einfo "man 8 drbdsetup"