From 024ac2b25b6e6d41ddb47330886b404d8ca79dff Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 28 Dec 2020 10:27:58 +0100 Subject: acct-*: Revbumps for sysusers.d in eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/762089 Signed-off-by: Michał Górny --- acct-user/dhcpcd/dhcpcd-0-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 acct-user/dhcpcd/dhcpcd-0-r1.ebuild (limited to 'acct-user/dhcpcd/dhcpcd-0-r1.ebuild') diff --git a/acct-user/dhcpcd/dhcpcd-0-r1.ebuild b/acct-user/dhcpcd/dhcpcd-0-r1.ebuild new file mode 100644 index 000000000000..6673dab0fffe --- /dev/null +++ b/acct-user/dhcpcd/dhcpcd-0-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for dhcpcd client" +ACCT_USER_ID=303 +ACCT_USER_GROUPS=( dhcpcd ) +ACCT_USER_HOME="/var/chroot/dhcpcd" + +acct-user_add_deps -- cgit v1.2.3-65-gdbad