blob: 2b7c22e59e85547a3356e34953831f0bcff5c26e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cluster@gentoo.org</email>
<name>Gentoo Cluster Project</name>
</maintainer>
<longdescription>
Resource agents are a standardized interfaces for a cluster resource.
They translate a standard set of operations into steps specific to
the resource or application, and interpret their results as success or
failure. Previously, they were a part of the then-monolithic Heartbeat
project, and had no collective name.
</longdescription>
<use>
<flag name="libnet">Force use of <pkg>net-libs/libnet</pkg>
</flag>
<flag name="rgmanager">Install resources for rgmanager</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|