commit: f38ee93fe7a4a82f21d8292c3555e852928c9a57
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 16:03:59 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 16:32:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38ee93f
acct-user/ipsec: new user for net-vpn/strongswan, UID 199
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
acct-user/ipsec/ipsec-0.ebuild | 13 +++++++++++++
acct-user/ipsec/metadata.xml | 7 +++++++
2 files changed, 20 insertions(+)
diff --git a/acct-user/ipsec/ipsec-0.ebuild b/acct-user/ipsec/ipsec-0.ebuild
new file mode 100644
index 00000000000..738b68f4319
--- /dev/null
+++ b/acct-user/ipsec/ipsec-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="ipsec (strongswan) program user"
+
+ACCT_USER_ID=199
+ACCT_USER_GROUPS=( ${PN} )
+
+acct-user_add_deps
diff --git a/acct-user/ipsec/metadata.xml b/acct-user/ipsec/metadata.xml
new file mode 100644
index 00000000000..8c5a5301197
--- /dev/null
+++ b/acct-user/ipsec/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ </maintainer>
+</pkgmetadata>