diff options
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-6.8.15.ebuild | 2 | ||||
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-6.8.16.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-misc/elasticsearch/elasticsearch-6.8.15.ebuild b/app-misc/elasticsearch/elasticsearch-6.8.15.ebuild index 6b347e7957c4..e090a2d2fede 100644 --- a/app-misc/elasticsearch/elasticsearch-6.8.15.ebuild +++ b/app-misc/elasticsearch/elasticsearch-6.8.15.ebuild @@ -72,6 +72,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf + elog elog "You may create multiple instances of ${PN} by" elog "symlinking the init script:" diff --git a/app-misc/elasticsearch/elasticsearch-6.8.16.ebuild b/app-misc/elasticsearch/elasticsearch-6.8.16.ebuild index 6b347e7957c4..e090a2d2fede 100644 --- a/app-misc/elasticsearch/elasticsearch-6.8.16.ebuild +++ b/app-misc/elasticsearch/elasticsearch-6.8.16.ebuild @@ -72,6 +72,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf + elog elog "You may create multiple instances of ${PN} by" elog "symlinking the init script:" |