sys-cluster/drbd-utils: fix postinst typo thx to Zentoo on #513928
authorUltrabug <ultrabug@gentoo.org>
Mon, 21 Sep 2015 08:31:08 +0000 (10:31 +0200)
committerUltrabug <ultrabug@gentoo.org>
Mon, 21 Sep 2015 08:31:08 +0000 (10:31 +0200)
Package-Manager: portage-2.2.20.1

sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild

index 8a47847a589292b43752fc4b742e6f6563d1fccd..3f5a6e8efb985829ade066f30276333866c5a2b2 100644 (file)
@@ -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"