From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02B1E139000 for ; Fri, 30 Jul 2021 22:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543ECE08F7; Fri, 30 Jul 2021 22:55:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CBB3E08F4 for ; Fri, 30 Jul 2021 22:55:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB2A2343713 for ; Fri, 30 Jul 2021 22:55:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B467AF for ; Fri, 30 Jul 2021 22:55:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1627685704.cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/elasticsearch/elasticsearch-7.12.0.ebuild app-misc/elasticsearch/elasticsearch-7.12.1.ebuild app-misc/elasticsearch/elasticsearch-7.13.2.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d X-VCS-Branch: master Date: Fri, 30 Jul 2021 22:55:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4a80317-1477-479d-a374-b72e527bf0f2 X-Archives-Hash: 7b01c15afd90ab2b9a806d2fc31856fa commit: cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d Author: David Seifert gentoo org> AuthorDate: Fri Jul 30 22:55:04 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jul 30 22:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf2a37d app-misc/elasticsearch: consistent tmpfiles_process arguments Signed-off-by: David Seifert gentoo.org> app-misc/elasticsearch/elasticsearch-7.12.0.ebuild | 2 +- app-misc/elasticsearch/elasticsearch-7.12.1.ebuild | 2 +- app-misc/elasticsearch/elasticsearch-7.13.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild index 01bfc5af53f..45949c1449d 100644 --- a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild @@ -66,7 +66,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf + tmpfiles_process ${PN}.conf elog elog "You may create multiple instances of ${PN} by" diff --git a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild index e2035c21e8f..bdf9f6e767d 100644 --- a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild @@ -64,7 +64,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf + tmpfiles_process ${PN}.conf elog elog "You may create multiple instances of ${PN} by" diff --git a/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild b/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild index e2035c21e8f..bdf9f6e767d 100644 --- a/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild @@ -64,7 +64,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf + tmpfiles_process ${PN}.conf elog elog "You may create multiple instances of ${PN} by"