diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-11-14 21:26:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-11-15 14:12:58 +0100 |
commit | f88b249729abdaaba3a9de39943d327f91dd8a2d (patch) | |
tree | bd3a6fcba46ad2b3c77c1ea9094e40bad24f8f8f | |
parent | acct-user/fluentd: Change UID to 504 (diff) | |
download | gentoo-f88b249729abdaaba3a9de39943d327f91dd8a2d.tar.gz gentoo-f88b249729abdaaba3a9de39943d327f91dd8a2d.tar.bz2 gentoo-f88b249729abdaaba3a9de39943d327f91dd8a2d.zip |
acct-group/systemd-hostname: Change GID to 505
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>
-rw-r--r-- | acct-group/systemd-hostname/systemd-hostname-0-r1.ebuild (renamed from acct-group/systemd-hostname/systemd-hostname-0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-group/systemd-hostname/systemd-hostname-0.ebuild b/acct-group/systemd-hostname/systemd-hostname-0-r1.ebuild index 8970ad62c12f..24f44986f516 100644 --- a/acct-group/systemd-hostname/systemd-hostname-0.ebuild +++ b/acct-group/systemd-hostname/systemd-hostname-0-r1.ebuild @@ -5,4 +5,4 @@ EAPI=7 inherit acct-group -ACCT_GROUP_ID=66 +ACCT_GROUP_ID=505 |