acct-user/avahi-autoipd: add 'avahi-autoipd' user (UID 62)

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile
2019-12-08 13:27:26 -05:00
parent afae1332d8
commit 0975b14cf9
2 changed files with 20 additions and 0 deletions

View File

@@ -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 avahi-autoipd"
ACCT_USER_ID=62
ACCT_USER_GROUPS=( avahi-autoipd )
acct-user_add_deps

View File

@@ -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>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
</pkgmetadata>