summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-04-11 21:47:46 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-04-11 21:47:46 +0200
commit4673bdfe5a4607bcdd6e050e01f079c852abc061 (patch)
tree28b28d89095f83f1a79d945f3db01566f921b9cb /app-admin/tenshi
parentdev-libs/openct: migrate to GLEP 81 (diff)
downloadgentoo-4673bdfe5a4607bcdd6e050e01f079c852abc061.tar.gz
gentoo-4673bdfe5a4607bcdd6e050e01f079c852abc061.tar.bz2
gentoo-4673bdfe5a4607bcdd6e050e01f079c852abc061.zip
app-admin/tenshi: fix missing trailing slash
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/tenshi')
-rw-r--r--app-admin/tenshi/tenshi-0.17-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/tenshi/tenshi-0.17-r1.ebuild b/app-admin/tenshi/tenshi-0.17-r1.ebuild
index ac5ed7cc0b14..83d69e58809d 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."