public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/etcd/
@ 2020-02-25  5:35 William Hubbs
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2020-02-25  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5462e22e3b6fa34807c2f0dd50753397f425711e
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 05:34:22 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 05:34:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5462e22e

acct-user/etcd: add etcd user

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 acct-user/etcd/etcd-0.ebuild | 13 +++++++++++++
 acct-user/etcd/metadata.xml  |  8 ++++++++
 2 files changed, 21 insertions(+)

diff --git a/acct-user/etcd/etcd-0.ebuild b/acct-user/etcd/etcd-0.ebuild
new file mode 100644
index 00000000000..83c47c1df73
--- /dev/null
+++ b/acct-user/etcd/etcd-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for etcd"
+ACCT_USER_HOME=/var/lib/etcd
+ACCT_USER_ID=426
+ACCT_USER_GROUPS=( etcd )
+
+acct-user_add_deps

diff --git a/acct-user/etcd/metadata.xml b/acct-user/etcd/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/acct-user/etcd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: acct-user/etcd/
@ 2020-12-22  3:56 William Hubbs
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2020-12-22  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     05b4c1ae582d30efa85d7632d6dae8dbb1731d34
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 03:51:31 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 03:54:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b4c1ae

acct-user/etcd: fix home directory permissions

Closes: https://bugs.gentoo.org/760084
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 acct-user/etcd/etcd-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/etcd/etcd-0.ebuild b/acct-user/etcd/etcd-0.ebuild
index 83c47c1df73..d682dc9b642 100644
--- a/acct-user/etcd/etcd-0.ebuild
+++ b/acct-user/etcd/etcd-0.ebuild
@@ -7,6 +7,7 @@ inherit acct-user
 
 DESCRIPTION="User for etcd"
 ACCT_USER_HOME=/var/lib/etcd
+ACCT_USER_HOME_PERMS=700
 ACCT_USER_ID=426
 ACCT_USER_GROUPS=( etcd )
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25  5:35 [gentoo-commits] repo/gentoo:master commit in: acct-user/etcd/ William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2020-12-22  3:56 William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox