Re: [gentoo-dev] [PATCH] user.eclass: Use egetent in eget{user,group}name

2019-07-30 Thread Mike Gilbert
On Tue, Jul 30, 2019 at 10:45 AM Michał Górny wrote: > > Use egetent+cut to obtain user/group names rather than id(1). > The latter has no real advantage (besides being shorter to type), > and does not work correctly for getting groups. > > Closes: https://bugs.gentoo.org/691056 > Signed-off-by: M

[gentoo-dev] [PATCH] user.eclass: Use egetent in eget{user,group}name

2019-07-30 Thread Michał Górny
Use egetent+cut to obtain user/group names rather than id(1). The latter has no real advantage (besides being shorter to type), and does not work correctly for getting groups. Closes: https://bugs.gentoo.org/691056 Signed-off-by: Michał Górny --- eclass/user.eclass | 4 ++-- 1 file changed, 2 in