mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
acct-user/opendkim: new user 334
Signed-off-by: Ralph Seichter <github@seichter.de> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
committed by
Michael Orlitzky
parent
5eea6bb7dc
commit
fbdaba88b4
12
acct-user/opendkim/metadata.xml
Normal file
12
acct-user/opendkim/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@seichter.de</email>
|
||||
<name>Ralph Seichter</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>mjo@gentoo.org</email>
|
||||
<name>Michael Orlitzky</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
13
acct-user/opendkim/opendkim-0.ebuild
Normal file
13
acct-user/opendkim/opendkim-0.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for OpenDKIM"
|
||||
|
||||
ACCT_USER_ID=334
|
||||
ACCT_USER_GROUPS=( opendkim )
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user