diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-25 11:50:47 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-25 11:50:47 +0000 |
commit | d42200bec37eef2a7478d88988ff00addd0a9202 (patch) | |
tree | 10394660b3cbe4b50173c06950b31302cd25d0d1 /acct-user/dhcp | |
parent | 580f05ea8f512d11e23e8da80177d27835cbdbbc (diff) |
gentoo resync : 25.01.2020
Diffstat (limited to 'acct-user/dhcp')
-rw-r--r-- | acct-user/dhcp/Manifest | 2 | ||||
-rw-r--r-- | acct-user/dhcp/dhcp-0.ebuild | 12 | ||||
-rw-r--r-- | acct-user/dhcp/metadata.xml | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/dhcp/Manifest b/acct-user/dhcp/Manifest new file mode 100644 index 000000000000..b9e08a8e7709 --- /dev/null +++ b/acct-user/dhcp/Manifest @@ -0,0 +1,2 @@ +EBUILD dhcp-0.ebuild 230 BLAKE2B 1f192d8a05b241666e93bb6b9d0f0ea5e9ff2994f23e2930a89b818da122b2e75bd6a459e2a1be2f30794fbea4d03072dc7b1c0e2f9ec4330f285f1408f7ce15 SHA512 59e6e85fbcb0f99f5092dc65fd0ee3767e322225ae67bc17971f0ca4f9da263521f3e162f4eb955cb639f3092de14377661b1321fbcecdfa4440c38edc8bff5f +MISC metadata.xml 223 BLAKE2B ce9aaf73ccbc1745f44acf92e5a32b134fc36a7f40c1c83a4f8296bafe3902d851ca1d1b67829d82573b8e9df4bd2643122a98846ed7824bbf67fd88b0c822e0 SHA512 291302ff827472b8aaaa094bf6ed7b728166f21c9603b98beed59db2071a75193d7c5e462c4d435eea7e1047a1f31076bdf6deb08a1c8ab794ddd965c9be92bb diff --git a/acct-user/dhcp/dhcp-0.ebuild b/acct-user/dhcp/dhcp-0.ebuild new file mode 100644 index 000000000000..d27eca296a9d --- /dev/null +++ b/acct-user/dhcp/dhcp-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for dhcp daemon" +ACCT_USER_ID=300 +ACCT_USER_GROUPS=( dhcp ) + +acct-user_add_deps diff --git a/acct-user/dhcp/metadata.xml b/acct-user/dhcp/metadata.xml new file mode 100644 index 000000000000..f540000d5aab --- /dev/null +++ b/acct-user/dhcp/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> |