blob: d8eae7f340f11de9cf0f2dc7bf03eeb6312e8881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>apache</herd>
<use>
<flag name='checkpath'>Check if script resides in DOCUMENT_ROOT</flag>
<flag name='mode-force'>Run scripts with UID/GID specified in Apache
configuration</flag>
<flag name='mode-owner'>Run scripts with owner UID/GID</flag>
<flag name='mode-paranoid'>Run scripts with owner UID/GID but also check
if they match the UID/GID specified in the Apache
configuration</flag>
</use>
</pkgmetadata>
|