commit: 543b72390afe5d54f937d8fdf058c0681962c69c
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 09:48:29 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 09:48:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b7239
acct-group.eclass: Fix typo in error message.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/acct-group.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass
index 277536af4c2..ab9095979ab 100644
--- a/eclass/acct-group.eclass
+++ b/eclass/acct-group.eclass
@@ -104,7 +104,7 @@ acct-group_pkg_pretend() {
elif [[ -n ${group_by_name} ]]; then
eerror "The requested group exists already with wrong
GID."
eerror " groupname: ${ACCT_GROUP_NAME}"
- eerror " requested UID: ${ACCT_GROUP_ID}"
+ eerror " requested GID: ${ACCT_GROUP_ID}"
eerror " current entry: ${group_by_name}"
die "Group ${ACCT_GROUP_NAME} exists with wrong GID"
fi