Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: UID/GID assignment for i2pd (170)
Date: Fri, 09 Aug 2019 22:37:58
Message-Id: 1dd6c742-0b2b-01c4-906d-a9979b95ae73@gentoo.org
In Reply to: [gentoo-dev] RFC: UID/GID assignment for i2pd (170) by "Alexey I. Korepanov"
1 On 8/9/19 5:59 PM, Alexey I. Korepanov wrote:
2 > Hi!
3 >  
4 > I need a UID/GID for i2pd. I used 170 in
5 > https://github.com/gentoo/gentoo/pull/12509
6 > I did not find any conflict.
7 >  
8 >
9
10 You deleted your entire pkg_preinst phase, but you probably only wanted
11 to delete the enewuser and enewgroup calls.
12
13 Note that you can use
14
15 fowners :group /path/to/file
16
17 instead of
18
19 fowners root:group /path/to/file
20
21 if all you want to change is the group. This lets you avoid
22 re-specifying "root" as the owner when what you really want to say is
23 "don't change the owner."

Replies

Subject Author
Re: [gentoo-dev] RFC: UID/GID assignment for i2pd (170) "Alexey I. Korepanov" <kaikaikai@××××××.ru>