diff options
author | scardracs <marco@scardovi.com> | 2021-03-24 09:45:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-26 15:54:53 +0000 |
commit | 9e89186dde949c4a7b44acca76008e3410e06e43 (patch) | |
tree | 47e95ff37ab79035638f8f6549f96af62614fde1 /acct-group/ulogd/ulogd-0.ebuild | |
parent | acct-user/ulogd: created new acct-user for ulogd (diff) | |
download | gentoo-9e89186dde949c4a7b44acca76008e3410e06e43.tar.gz gentoo-9e89186dde949c4a7b44acca76008e3410e06e43.tar.bz2 gentoo-9e89186dde949c4a7b44acca76008e3410e06e43.zip |
acct-group/ulogd: create acct-group for ulogd
Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/20092
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-group/ulogd/ulogd-0.ebuild')
-rw-r--r-- | acct-group/ulogd/ulogd-0.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acct-group/ulogd/ulogd-0.ebuild b/acct-group/ulogd/ulogd-0.ebuild new file mode 100644 index 000000000000..d9c49c9aff0e --- /dev/null +++ b/acct-group/ulogd/ulogd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for ulogd" +ACCT_GROUP_ID=311 |