diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2020-05-08 23:13:39 -0500 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2020-05-08 23:13:56 -0500 |
commit | 0abd1600707a1a09d934635b9324dec6f3260ae1 (patch) | |
tree | cb81ace14948b5aa30e4e2ed962625cbf2085f82 /acct-group/bareos | |
parent | acct-user/bareos: added user for app-admin/bareos (diff) | |
download | gentoo-0abd1600707a1a09d934635b9324dec6f3260ae1.tar.gz gentoo-0abd1600707a1a09d934635b9324dec6f3260ae1.tar.bz2 gentoo-0abd1600707a1a09d934635b9324dec6f3260ae1.zip |
acct-group/bareos: added group for app-admin/bareos
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'acct-group/bareos')
-rw-r--r-- | acct-group/bareos/bareos-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/bareos/metadata.xml | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/bareos/bareos-0.ebuild b/acct-group/bareos/bareos-0.ebuild new file mode 100644 index 000000000000..62958b4907e2 --- /dev/null +++ b/acct-group/bareos/bareos-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 bareos network backup suite" +ACCT_GROUP_ID=403 diff --git a/acct-group/bareos/metadata.xml b/acct-group/bareos/metadata.xml new file mode 100644 index 000000000000..ea6b59e79026 --- /dev/null +++ b/acct-group/bareos/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>mschiff@gentoo.org</email> + <name>Marc Schiffbauer</name> + </maintainer> +</pkgmetadata> |