blob: 8a3f2c84d2d7b76c80bba1e7d556a6b1a48e9d18 (
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>
<maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
<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>
|