diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /acct-user/dhcpcd | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'acct-user/dhcpcd')
-rw-r--r-- | acct-user/dhcpcd/Manifest | 2 | ||||
-rw-r--r-- | acct-user/dhcpcd/dhcpcd-0.ebuild | 13 | ||||
-rw-r--r-- | acct-user/dhcpcd/metadata.xml | 7 |
3 files changed, 22 insertions, 0 deletions
diff --git a/acct-user/dhcpcd/Manifest b/acct-user/dhcpcd/Manifest new file mode 100644 index 000000000000..dea4dfdd17eb --- /dev/null +++ b/acct-user/dhcpcd/Manifest @@ -0,0 +1,2 @@ +EBUILD dhcpcd-0.ebuild 270 BLAKE2B 12e28cb8ea4a65830b124f73add3ab07cad1a98e7551ab3657b24ecca2f750c973126b5d1671ac892daab20cfb4dfd8126a98f9d208949aac4a2fdb0376b108c SHA512 d8c2461213f1b8cecc48001b537384aa238bd3b3ee919e179f8c142db421b85a6f4b6587ce089dd2efd3392633011c57a726f02477a048b3c080409a48dc7163 +MISC metadata.xml 223 BLAKE2B ce9aaf73ccbc1745f44acf92e5a32b134fc36a7f40c1c83a4f8296bafe3902d851ca1d1b67829d82573b8e9df4bd2643122a98846ed7824bbf67fd88b0c822e0 SHA512 291302ff827472b8aaaa094bf6ed7b728166f21c9603b98beed59db2071a75193d7c5e462c4d435eea7e1047a1f31076bdf6deb08a1c8ab794ddd965c9be92bb diff --git a/acct-user/dhcpcd/dhcpcd-0.ebuild b/acct-user/dhcpcd/dhcpcd-0.ebuild new file mode 100644 index 000000000000..6673dab0fffe --- /dev/null +++ b/acct-user/dhcpcd/dhcpcd-0.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 diff --git a/acct-user/dhcpcd/metadata.xml b/acct-user/dhcpcd/metadata.xml new file mode 100644 index 000000000000..f540000d5aab --- /dev/null +++ b/acct-user/dhcpcd/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + </maintainer> +</pkgmetadata> |