* [gentoo-commits] repo/gentoo:master commit in: acct-user/nginx-unit/, acct-group/nginx-unit/
@ 2023-02-27 23:21 Mike Pagano
0 siblings, 0 replies; only message in thread
From: Mike Pagano @ 2023-02-27 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 06389e052aae7d2861666076c7ba1fdf1ea19ad0
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 23:19:09 2023 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 23:19:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06389e05
*/*: add group and user for nginx-unit
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
acct-group/nginx-unit/metadata.xml | 7 +++++++
acct-group/nginx-unit/nginx-unit-0.ebuild | 10 ++++++++++
acct-user/nginx-unit/metadata.xml | 7 +++++++
acct-user/nginx-unit/nginx-unit-0.ebuild | 12 ++++++++++++
4 files changed, 36 insertions(+)
diff --git a/acct-group/nginx-unit/metadata.xml b/acct-group/nginx-unit/metadata.xml
new file mode 100644
index 000000000000..694b1295412e
--- /dev/null
+++ b/acct-group/nginx-unit/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mpagano@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-group/nginx-unit/nginx-unit-0.ebuild b/acct-group/nginx-unit/nginx-unit-0.ebuild
new file mode 100644
index 000000000000..dc8f1f58f989
--- /dev/null
+++ b/acct-group/nginx-unit/nginx-unit-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-group
+
+DESCRIPTION="A group for www-servers/nginx-unit"
+
+ACCT_GROUP_ID="526"
diff --git a/acct-user/nginx-unit/metadata.xml b/acct-user/nginx-unit/metadata.xml
new file mode 100644
index 000000000000..694b1295412e
--- /dev/null
+++ b/acct-user/nginx-unit/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mpagano@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-user/nginx-unit/nginx-unit-0.ebuild b/acct-user/nginx-unit/nginx-unit-0.ebuild
new file mode 100644
index 000000000000..9af0cc52ab82
--- /dev/null
+++ b/acct-user/nginx-unit/nginx-unit-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_ID="526"
+ACCT_USER_GROUPS=( "nginx-unit" )
+ACCT_USER_HOME="/var/lib/nginx-unit"
+
+acct-user_add_deps
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-27 23:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 23:21 [gentoo-commits] repo/gentoo:master commit in: acct-user/nginx-unit/, acct-group/nginx-unit/ Mike Pagano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox