Re: [gentoo-dev] [PATCH v4 12/19] user.eclass: Support getting & setting comment field

2019-06-12 Thread Jaco Kroon
Hi, + # update the comment + case ${CHOST} in + *-freebsd*|*-dragonfly*) + pw usermod "${euser}" -c "${ecomment}" && return 0 + [[ $? == 8 ]] && eerror "${euser} is in use, cannot update comment" + eerror "There was an error when

[gentoo-dev] [PATCH v4 12/19] user.eclass: Support getting & setting comment field

2019-06-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/user.eclass | 77 ++ 1 file changed, 77 insertions(+) diff --git a/eclass/user.eclass b/eclass/user.eclass index fc883c965352..0e7aa43d8932 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -413,6