Re: [gentoo-dev] [PATCH] acct-group/uptimed: Synced GID with uptimed user's UID

2019-08-06 Thread Lars Wendler
On Tue, 06 Aug 2019 19:01:42 +0200 Ulrich Mueller wrote:

>> On Tue, 06 Aug 2019, Lars Wendler wrote:
> 
>> -ACCT_GROUP_ID=210
>> +ACCT_GROUP_ID=103
>
>Note that 103 will collide with Arch's "minio" user and group. We have
>that package too, as net-fs/minio.
>
>Ulrich

Alright... screw these patches, I am going to write RFCs like the one
for polkitd from Mike.

Lars

-- 
Lars Wendler
Gentoo package maintainer
GPG: 21CC CF02 4586 0A07 ED93  9F68 498F E765 960E 9B39


pgpnutt48YGmu.pgp
Description: Digitale Signatur von OpenPGP


Re: [gentoo-dev] [PATCH] acct-group/uptimed: Synced GID with uptimed user's UID

2019-08-06 Thread Ulrich Mueller
> On Tue, 06 Aug 2019, Lars Wendler wrote:
 
> -ACCT_GROUP_ID=210
> +ACCT_GROUP_ID=103

Note that 103 will collide with Arch's "minio" user and group. We have
that package too, as net-fs/minio.

Ulrich


signature.asc
Description: PGP signature


[gentoo-dev] [PATCH] acct-group/uptimed: Synced GID with uptimed user's UID

2019-08-06 Thread Lars Wendler
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler 
---
 acct-group/uptimed/uptimed-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-group/uptimed/uptimed-0.ebuild 
b/acct-group/uptimed/uptimed-0.ebuild
index eb3672ba65e..952c350399c 100644
--- a/acct-group/uptimed/uptimed-0.ebuild
+++ b/acct-group/uptimed/uptimed-0.ebuild
@@ -5,4 +5,4 @@ EAPI=7
 
 inherit acct-group
 
-ACCT_GROUP_ID=210
+ACCT_GROUP_ID=103
-- 
2.23.0.rc1