From 8583f7f049344e421d9e3c8767bf101c7be6b35d Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 1 Jul 2019 11:18:22 +0100 Subject: [PATCH] acct-group/strelaysrv: Add 'strelaysrv' group (GID 496) Signed-off-by: Marek Szuba --- acct-group/strelaysrv/metadata.xml | 8 ++++++++ acct-group/strelaysrv/strelaysrv-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/strelaysrv/metadata.xml create mode 100644 acct-group/strelaysrv/strelaysrv-0.ebuild diff --git a/acct-group/strelaysrv/metadata.xml b/acct-group/strelaysrv/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/acct-group/strelaysrv/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/acct-group/strelaysrv/strelaysrv-0.ebuild b/acct-group/strelaysrv/strelaysrv-0.ebuild new file mode 100644 index 000000000000..ddb60b5ea64d --- /dev/null +++ b/acct-group/strelaysrv/strelaysrv-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for the Syncthing relay server" +ACCT_GROUP_ID=496 -- 2.26.2