blob: 36d308dd0e1425b07e6d2edc6d7b1fe56dcf3017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</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>
|