-*- text -*-

This package provides a simple automounter. See Doc/automount.dvi for
details. Alternatively there is an ASCII version available as
Doc/automount.txt. This is published under the GNU General Public
License. See file COPYING for details.

Quick installation instructions for those who can't wait:
1) Edit Makefile
	This step should already be completed, but go through it just
	to be sure that options are set for Linux as indicated in the
	comments. Besides that you may want to adjust the installation
	directories.
1a) If you are using a libc6 (glibc) system such as RedHat or SuSE 6,
    copy process-options-RedHat.h to process_options.h .
2) Enter the following commands to create the binaries:
	make
3) Enter the following commands as root to install the binaries:
	make install
4) Copy automountd.conf to /etc:
	cp automountd.conf /etc
5) Check that /etc/automountd.conf is correct.
6) Edit /etc/rc.local and insert the following lines (according to
your installation directories):
	if [ -f /usr/sbin/automountd ]; then
		echo Starting automountd...
		/usr/sbin/automountd
	fi

	This will start the automount daemon at boot time.

Have fun!
