From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/minetest/
Date: Mon, 9 Mar 2020 05:55:35 +0000 (UTC) [thread overview]
Message-ID: <1583733310.81b2e9fc9306cec4d6cd9d1614b4fad8321dae87.juippis@gentoo> (raw)
commit: 81b2e9fc9306cec4d6cd9d1614b4fad8321dae87
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Mon Mar 9 01:03:38 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 9 05:55:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b2e9fc
acct-user/minetest: Add home directory
Minetest requires a home directory to store user data. This patch adds
/var/lib/minetest as the default home directory for the minetest user.
Bug: https://bugs.gentoo.org/709530
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14890
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
acct-user/minetest/minetest-1.ebuild | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/acct-user/minetest/minetest-1.ebuild b/acct-user/minetest/minetest-1.ebuild
new file mode 100644
index 00000000000..728978354ba
--- /dev/null
+++ b/acct-user/minetest/minetest-1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the Minetest server"
+
+ACCT_USER_GROUPS=( "minetest" )
+ACCT_USER_ID="480"
+ACCT_USER_HOME="/var/lib/minetest"
+
+acct-user_add_deps
next reply other threads:[~2020-03-09 5:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 5:55 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-12 10:55 [gentoo-commits] repo/gentoo:master commit in: acct-user/minetest/ Marek Szuba
2021-05-12 8:54 Marek Szuba
2021-05-12 7:36 Joonas Niilola
2019-11-12 21:35 James Le Cuirot
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=1583733310.81b2e9fc9306cec4d6cd9d1614b4fad8321dae87.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.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