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" <[email protected]>:

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."
 

Reply via email to