diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-11-14 21:19:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-11-15 14:12:52 +0100 |
commit | ca6a05870ee51863a65b4796270e888ec5e47d07 (patch) | |
tree | 7d024b57b229eb78a484871bc3ea54fb4d5bd14c /acct-user | |
parent | acct-user/elasticsearch_exporter: Fix DESCRIPTION (diff) | |
download | gentoo-ca6a05870ee51863a65b4796270e888ec5e47d07.tar.gz gentoo-ca6a05870ee51863a65b4796270e888ec5e47d07.tar.bz2 gentoo-ca6a05870ee51863a65b4796270e888ec5e47d07.zip |
acct-user/elasticsearch_exporter: Change UID to 501
Bug: https://bugs.gentoo.org/823750
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild (renamed from acct-user/elasticsearch_exporter/elasticsearch_exporter-0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/elasticsearch_exporter/elasticsearch_exporter-0.ebuild b/acct-user/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild index f842a9bf082f..0641a19753f0 100644 --- a/acct-user/elasticsearch_exporter/elasticsearch_exporter-0.ebuild +++ b/acct-user/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild @@ -6,7 +6,7 @@ inherit acct-user DESCRIPTION="A user for app-metrics/elasticsearch_exporter" -ACCT_USER_ID=98 +ACCT_USER_ID=501 ACCT_USER_GROUPS=( elasticsearch_exporter ) acct-user_add_deps |