diff options
author | Ultrabug <ultrabug@gentoo.org> | 2015-09-21 10:31:08 +0200 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2015-09-21 10:31:08 +0200 |
commit | 8be2371f7a2b30084023420faea135dfd6799c24 (patch) | |
tree | e582cd6e4f54123d600535924197723ca0392592 /sys-cluster/drbd-utils | |
parent | e250c2ce3904a745b81fe5835aff8f481740caeb (diff) | |
download | gentoo-8be2371f7a2b30084023420faea135dfd6799c24.tar.gz gentoo-8be2371f7a2b30084023420faea135dfd6799c24.tar.xz |
sys-cluster/drbd-utils: fix postinst typo thx to Zentoo on #513928
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-cluster/drbd-utils')
-rw-r--r-- | sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 8a47847a589..3f5a6e8efb9 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" |