commit: f6f55829dc6828648f11805e84cb458deecb42ea
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 07:18:03 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 07:18:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f55829
app-misc/elasticsearch: fix tmpfiles_process call in 6.8.19
- bug was reported via direct e-mail.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/elasticsearch/elasticsearch-6.8.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
b/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
index 24df69cda8d..8fe587826d7 100644
--- a/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
+++ b/app-misc/elasticsearch/elasticsearch-6.8.19.ebuild
@@ -86,5 +86,5 @@ pkg_postinst() {
ewarn "chown root:${PN} /etc/${PN} && chmod 2750 /etc/${PN}"
ewarn "chown root:${PN} /etc/${PN}/${PN}.keystore && chmod 0660
/etc/${PN}/${PN}.keystore"
- tmpfiles_process
+ tmpfiles_process /usr/lib/tmpfiles.d/elasticsearch.conf
}