mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
overlay coreos-base/acct: Add a metapackage for adding users/groups
This commit is contained in:
parent
6a8895228b
commit
f28dbb8117
58
sdk_container/src/third_party/coreos-overlay/coreos-base/acct/acct-0.ebuild
vendored
Normal file
58
sdk_container/src/third_party/coreos-overlay/coreos-base/acct/acct-0.ebuild
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
# Copyright (c) 2024 The Flatcar Maintainers.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION='Metapackage for pulling in user/group packages'
|
||||
HOMEPAGE='https://www.flatcar.org/'
|
||||
|
||||
LICENSE='Apache-2.0'
|
||||
SLOT='0'
|
||||
KEYWORDS='amd64 arm64'
|
||||
|
||||
# No source directory.
|
||||
S="${WORKDIR}"
|
||||
|
||||
# TODO: add all the stuff from coreos-overlay/acct-{group,user}
|
||||
|
||||
# Versions listed below are version of packages that shedded the
|
||||
# modifications in their ebuilds.
|
||||
RDEPEND="
|
||||
acct-group/bin
|
||||
acct-group/cdrw
|
||||
acct-group/console
|
||||
acct-group/core
|
||||
acct-group/daemon
|
||||
acct-group/dhcp
|
||||
acct-group/etcd
|
||||
acct-group/lock
|
||||
acct-group/lp
|
||||
acct-group/mem
|
||||
acct-group/news
|
||||
acct-group/nogroup
|
||||
acct-group/sudo
|
||||
acct-group/sys
|
||||
acct-group/syslog
|
||||
acct-group/systemd-bus-proxy
|
||||
acct-group/tcpdump
|
||||
acct-group/tlsdate
|
||||
|
||||
acct-user/adm
|
||||
acct-user/bin
|
||||
acct-user/core
|
||||
acct-user/daemon
|
||||
acct-user/dhcp
|
||||
acct-user/docker
|
||||
acct-user/etcd
|
||||
acct-user/halt
|
||||
acct-user/lp
|
||||
acct-user/news
|
||||
acct-user/operator
|
||||
acct-user/shutdown
|
||||
acct-user/sync
|
||||
acct-user/syslog
|
||||
acct-user/systemd-bus-proxy
|
||||
acct-user/tcpdump
|
||||
acct-user/tlsdate
|
||||
acct-user/uucp
|
||||
"
|
||||
8
sdk_container/src/third_party/coreos-overlay/coreos-base/acct/metadata.xml
vendored
Normal file
8
sdk_container/src/third_party/coreos-overlay/coreos-base/acct/metadata.xml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>infra@flatcar-linux.org</email>
|
||||
<name>Flatcar Linux Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user