diff options
author | Eray Aslan <eras@gentoo.org> | 2019-10-10 13:51:32 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2019-10-10 13:51:32 +0300 |
commit | e624fbceb2aa327aaa922c29629b84dccf6dc532 (patch) | |
tree | e9cf274e32c2ee4c5576040df29bfbe166a630b2 /acct-user/dovenull | |
parent | acct-group/dovenull: add dovenull group (GID=74) (diff) | |
download | gentoo-e624fbceb2aa327aaa922c29629b84dccf6dc532.tar.gz gentoo-e624fbceb2aa327aaa922c29629b84dccf6dc532.tar.bz2 gentoo-e624fbceb2aa327aaa922c29629b84dccf6dc532.zip |
acct-user/dovenull: add dovenull user (UID=74)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --force
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'acct-user/dovenull')
-rw-r--r-- | acct-user/dovenull/dovenull-0.ebuild | 12 | ||||
-rw-r--r-- | acct-user/dovenull/metadata.xml | 8 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-user/dovenull/dovenull-0.ebuild b/acct-user/dovenull/dovenull-0.ebuild new file mode 100644 index 000000000000..c941f90959b6 --- /dev/null +++ b/acct-user/dovenull/dovenull-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for dovecot daemon" +ACCT_USER_ID=74 +ACCT_USER_GROUPS=( dovenull ) + +acct-user_add_deps diff --git a/acct-user/dovenull/metadata.xml b/acct-user/dovenull/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-user/dovenull/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>eras@gentoo.org</email> + <name>Eray Aslan</name> + </maintainer> +</pkgmetadata> |