blob: 39e3afd1b36285412c025a64d39f65a2366f04f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>chtekk@gentoo.org</email>
<name>Luca Longinotti</name>
</maintainer>
<use>
<flag name='login-watch'>Compile in the module to watch for login/logout
events</flag>
<flag name='mounts-check'>Compile in the module to check for correct mount
options</flag>
<flag name='netclient'>Compile a client, rather than a standalone version
</flag>
<flag name='netserver'>Compile a server, rather than a standalone version
</flag>
<flag name='suidcheck'>Compile in the module to check file system for
SUID/SGID binaries</flag>
<flag name='userfiles'>Compile in the module to check for files in user home
directories</flag>
</use>
</pkgmetadata>
|