commit: 4673bdfe5a4607bcdd6e050e01f079c852abc061 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 19:47:46 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 19:47:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4673bdfe
app-admin/tenshi: fix missing trailing slash Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-admin/tenshi/tenshi-0.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/tenshi/tenshi-0.17-r1.ebuild b/app-admin/tenshi/tenshi-0.17-r1.ebuild index ac5ed7cc0b1..83d69e58809 100644 --- a/app-admin/tenshi/tenshi-0.17-r1.ebuild +++ b/app-admin/tenshi/tenshi-0.17-r1.ebuild @@ -35,7 +35,7 @@ src_install() { } pkg_postinst() { - ewarn "The sample config installed to ${ROOT}etc/tenshi/tenshi.conf" + ewarn "The sample config installed to ${ROOT}/etc/tenshi/tenshi.conf" ewarn "monitors /var/log/messages which, by default, can not be read" ewarn "by the tenshi user. Make sure that the tenshi user has read" ewarn "permission on all the files that you want tenshi to monitor."