An open API service indexing awesome lists of open source software.

https://github.com/cvmfs/automount-cvmfs

An optimized, statically linked build of automount specifically for the CVMFS service container.
https://github.com/cvmfs/automount-cvmfs

Last synced: 13 days ago
JSON representation

An optimized, statically linked build of automount specifically for the CVMFS service container.

Awesome Lists containing this project

README

          

automount-cvmfs
===============

A trimmed-down, statically-linked build of autofs intended for use inside
CVMFS service containers.

This fork strips the upstream autofs distribution down to what is needed
to run an `automount` daemon inside a container:

- statically linked binary (no runtime .so module loading)
- only the `file` and `program` map sources, the `sun` map parser,
and the generic mount module are compiled in
- no LDAP, SASL, libxml2, systemd, hesiod, NIS, amd, NCP, SMB,
replicated-server, or fedfs support
- the resulting binary is installed as `automount-cvmfs`

Build
-----

./configure
make STATIC=1

The output binary is `daemon/automount-cvmfs`.

Origin
------

Based on autofs 5.1.9 by H. Peter Anvin, Jeremy Fitzhardinge, and
Ian Kent. See COPYRIGHT and CREDITS for the original authorship and
license.