Gentoo Archives: gentoo-dev

From: "Alexey I. Korepanov" <kaikaikai@××××××.ru>
To: "gentoo-dev@l.g.o" <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] RFC: UID/GID assignment for i2pd (170)
Date: Fri, 09 Aug 2019 22:42:39
Message-Id: 433661565390552@iva5-90b45dad4fcc.qloud-c.yandex.net
In Reply to: Re: [gentoo-dev] RFC: UID/GID assignment for i2pd (170) by Michael Orlitzky
1
I wanted also to remove write access for i2pd group for config files in /etc, thus extra removal. I wrote about it in the pr. �� 09.08.2019, 23:38, "Michael Orlitzky" <mjo@g.o>:

On 8/9/19 5:59 PM, Alexey I. Korepanov wrote:

��Hi!
����
��I need a UID/GID for i2pd. I used 170 in
��https://github.com/gentoo/gentoo/pull/12509
��I did not find any conflict.
����
��


You deleted your entire pkg_preinst phase, but you probably only wanted
to delete the enewuser and enewgroup calls.

Note that you can use

����fowners :group /path/to/file

instead of

����fowners root:group /path/to/file

if all you want to change is the group. This lets you avoid
re-specifying "root" as the owner when what you really want to say is
"don't change the owner."
��

Replies

Subject Author
Re: [gentoo-dev] RFC: UID/GID assignment for i2pd (170) Michael Orlitzky <mjo@g.o>