From: Rolf Eike Beer Date: Mon, 9 Sep 2019 19:36:52 +0000 (+0200) Subject: eclass/qmail: drop qmail_create_users X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63425a92fdbb4d64901316665e50589142776a6c;p=gentoo.git eclass/qmail: drop qmail_create_users All ebuilds that were calling this depend on acct-users now. Signed-off-by: Rolf Eike Beer Closes: https://github.com/gentoo/gentoo/pull/12898 Signed-off-by: Joonas Niilola --- diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 429a0251353b..158cf1607cf5 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -105,20 +105,6 @@ qmail_set_cc() { sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh } -# @FUNCTION: qmail_create_users -# @DESCRIPTION: -# Keep qmail users in sync across ebuilds -qmail_create_users() { - einfo "Creating qmail users" - enewuser alias 200 -1 "${QMAIL_HOME}"/alias 200 - enewuser qmaild 201 -1 "${QMAIL_HOME}" 200 - enewuser qmaill 202 -1 "${QMAIL_HOME}" 200 - enewuser qmailp 203 -1 "${QMAIL_HOME}" 200 - enewuser qmailq 204 -1 "${QMAIL_HOME}" 201 - enewuser qmailr 205 -1 "${QMAIL_HOME}" 201 - enewuser qmails 206 -1 "${QMAIL_HOME}" 201 -} - genqmail_src_unpack() { cd "${WORKDIR}" [[ -n ${GENQMAIL_PV} ]] && unpack "${GENQMAIL_F}"