Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/
Date: Fri, 30 Jul 2021 22:55:21
Message-Id: 1627685704.cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d.soap@gentoo
1 commit: cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:55:04 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 22:55:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf2a37d
7
8 app-misc/elasticsearch: consistent tmpfiles_process arguments
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-misc/elasticsearch/elasticsearch-7.12.0.ebuild | 2 +-
13 app-misc/elasticsearch/elasticsearch-7.12.1.ebuild | 2 +-
14 app-misc/elasticsearch/elasticsearch-7.13.2.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
18 index 01bfc5af53f..45949c1449d 100644
19 --- a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
20 +++ b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
21 @@ -66,7 +66,7 @@ src_install() {
22 }
23
24 pkg_postinst() {
25 - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf
26 + tmpfiles_process ${PN}.conf
27
28 elog
29 elog "You may create multiple instances of ${PN} by"
30
31 diff --git a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild
32 index e2035c21e8f..bdf9f6e767d 100644
33 --- a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild
34 +++ b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild
35 @@ -64,7 +64,7 @@ src_install() {
36 }
37
38 pkg_postinst() {
39 - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf
40 + tmpfiles_process ${PN}.conf
41
42 elog
43 elog "You may create multiple instances of ${PN} by"
44
45 diff --git a/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild b/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild
46 index e2035c21e8f..bdf9f6e767d 100644
47 --- a/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild
48 +++ b/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild
49 @@ -64,7 +64,7 @@ src_install() {
50 }
51
52 pkg_postinst() {
53 - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf
54 + tmpfiles_process ${PN}.conf
55
56 elog
57 elog "You may create multiple instances of ${PN} by"