From: Ralph Seichter Date: Sat, 22 Feb 2020 18:08:41 +0000 (+0100) Subject: acct-group/ossec: Group for ossec-hids X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b80a52597395ccd99c94b2ebd1cd13ecab2c486;p=gentoo.git acct-group/ossec: Group for ossec-hids Signed-off-by: Ralph Seichter Signed-off-by: Joonas Niilola --- diff --git a/acct-group/ossec/metadata.xml b/acct-group/ossec/metadata.xml new file mode 100644 index 000000000000..7f768180ded7 --- /dev/null +++ b/acct-group/ossec/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@seichter.de + Ralph Seichter + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/ossec/ossec-0.ebuild b/acct-group/ossec/ossec-0.ebuild new file mode 100644 index 000000000000..591266c60294 --- /dev/null +++ b/acct-group/ossec/ossec-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=330 +DESCRIPTION="Group for net-analyzer/ossec-hids"