acct-group.eclass: Fix typo in error message.
authorUlrich Müller <ulm@gentoo.org>
Mon, 8 Jul 2019 09:48:29 +0000 (11:48 +0200)
committerUlrich Müller <ulm@gentoo.org>
Mon, 8 Jul 2019 09:48:29 +0000 (11:48 +0200)
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
eclass/acct-group.eclass

index 277536af4c2c84537a17cac4e4afb9bcd80b082b..ab9095979ab7b118e157fcc200f8557bda1bae3d 100644 (file)
@@ -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