gentoo-ebuilds/net-fs/autofs/metadata.xml
NHOrus 2831a98449
net-fs/autofs: remove dmalloc
It's bad debug dependency, thankfully it's only explicitly enabled

Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/39909
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-31 14:22:36 +00:00

22 lines
798 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dlan@gentoo.org</email>
<name>Yixun Lan</name>
</maintainer>
<use>
<flag name="ldap">Install LDAP module</flag>
<flag name="libtirpc">Use TiRPC library instead of SunRPC</flag>
<flag name="mount-locking">
Enable locking to prevent corruption of /etc/mtab in the presence of
concurrent auto-mounting. If enabled, recursive auto-mounting (eg. using
autofs to bind or loop mount a filesystem which is itself auto-mounted)
is not possible.
</flag>
<flag name="sasl">Enable SASL support in the LDAP module</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:ibm:autofs</remote-id>
</upstream>
</pkgmetadata>