Re: [gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Ulrich Mueller
> On Sat, 14 Aug 2021, Rolf Eike Beer wrote: > Sadly the docs at > https://devmanual.gentoo.org/function-reference/install-functions/ > do not show the defaults, Hm, it says "mode 0755" for doexe, but nothing for doins and dodir. This should be improved indeed. > is there a better place to l

Re: [gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Rolf Eike Beer
Am Samstag, 14. August 2021, 12:52:15 CEST schrieb Ulrich Mueller: > > On Sat, 14 Aug 2021, Rolf Eike Beer wrote: > > The default owner is root:root anyway, so just make sure other settings do > > not leak outside from the places where it is actually used. This also > > fixes qmail_supervise_in

Re: [gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Ulrich Mueller
> On Sat, 14 Aug 2021, Rolf Eike Beer wrote: > The default owner is root:root anyway, so just make sure other settings do not > leak outside from the places where it is actually used. This also fixes > qmail_supervise_install_one() when called from outside of qmail_src_install(). Looking at t

[gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Rolf Eike Beer
The default owner is root:root anyway, so just make sure other settings do not leak outside from the places where it is actually used. This also fixes qmail_supervise_install_one() when called from outside of qmail_src_install(). Signed-off-by: Rolf Eike Beer --- eclass/qmail.eclass | 32 +++