public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Orlitzky <mjo@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH 2/2] acct-user/minecraft: New user for games-server/minecraft-server
Date: Sun, 4 Aug 2019 14:54:07 -0400	[thread overview]
Message-ID: <65ffc19f-de88-d07c-2fad-f98ec52baf3a@gentoo.org> (raw)
In-Reply-To: <20190804180726.24301-2-conrad@kostecki.com>

On 8/4/19 2:07 PM, Conrad Kostecki wrote:
> +
> +ACCT_USER_GROUPS=( "minecraft" )
> +ACCT_USER_HOME="/var/lib/minecraft-server"
> +ACCT_USER_HOME_OWNER="minecraft:minecraft"

You don't have to set ACCT_USER_HOME_OWNER here. That ownership is the
common case, so the eclass will do the right thing for you and set it by
default. From acct-user.eclass:

  if [[ ${ACCT_USER_HOME} != /dev/null ]]; then
    # default ownership to user:group
    if [[ -z ${ACCT_USER_HOME_OWNER} ]]; then
	ACCT_USER_HOME_OWNER=${ACCT_USER_NAME}:${ACCT_USER_GROUPS[0]}
    fi
    fowners "${ACCT_USER_HOME_OWNER}" "${ACCT_USER_HOME}"
    fperms "${ACCT_USER_HOME_PERMS}" "${ACCT_USER_HOME}"
  fi


  reply	other threads:[~2019-08-04 18:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-04 18:07 [gentoo-dev] [PATCH 1/2] acct-group/minecraft: New group for games-server/minecraft-server Conrad Kostecki
2019-08-04 18:07 ` [gentoo-dev] [PATCH 2/2] acct-user/minecraft: New user " Conrad Kostecki
2019-08-04 18:54   ` Michael Orlitzky [this message]
2019-08-04 19:40     ` Re[2]: " Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65ffc19f-de88-d07c-2fad-f98ec52baf3a@gentoo.org \
    --to=mjo@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox