mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-08 23:37:32 -07:00
18 lines
675 B
XML
18 lines
675 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
This package provides configuration and command-line tools, as well as a
|
|
rules processing daemon for working with kernel control groups.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="daemon">Install the configuration tools and init/config files.</flag>
|
|
<flag name="tools">Install the cgroup rules processing daemon and init/config files.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">libcgroup/libcgroup</remote-id>
|
|
<remote-id type="sourceforge">libcg</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|