From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D1321387B1 for ; Mon, 21 Sep 2015 08:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449F921C00B; Mon, 21 Sep 2015 08:31:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBFF021C00B for ; Mon, 21 Sep 2015 08:31:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 943F1340836 for ; Mon, 21 Sep 2015 08:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 796AF189 for ; Mon, 21 Sep 2015 08:31:19 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1442824268.8be2371f7a2b30084023420faea135dfd6799c24.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild X-VCS-Directories: sys-cluster/drbd-utils/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 8be2371f7a2b30084023420faea135dfd6799c24 X-VCS-Branch: master Date: Mon, 21 Sep 2015 08:31:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a94365b4-ec67-4acd-af2d-b7f3214889b3 X-Archives-Hash: cc0769b2824c0515ba3f57549ab3afd4 commit: 8be2371f7a2b30084023420faea135dfd6799c24 Author: Ultrabug gentoo org> AuthorDate: Mon Sep 21 08:31:08 2015 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Mon Sep 21 08:31:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be2371f sys-cluster/drbd-utils: fix postinst typo thx to Zentoo on #513928 Package-Manager: portage-2.2.20.1 sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild b/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild index 8a47847..3f5a6e8 100644 --- a/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild +++ b/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild @@ -83,7 +83,7 @@ src_install() { pkg_postinst() { einfo einfo "Please copy and gunzip the configuration file:" - einfo "from /usr/share/doc/${PF}/${PN}.conf.example.bz2 to /etc/${PN/-utils/}.conf" + einfo "from /usr/share/doc/${PF}/${PN/-utils/}.conf.example.bz2 to /etc/${PN/-utils/}.conf" einfo "and edit it to your needs. Helpful commands:" einfo "man 5 drbd.conf" einfo "man 8 drbdsetup"