If you haven't read the README file yet, read it first.  I mean it!

Secondly, look at the man page (I suggest "nroff -man mntdisk.man | more -s",
or "lpr mntdisk.ps" if you have a PostScript printer and want to waste paper).

Now, if you think you have a good idea of what is going on, edit mntdisk.h.
The changes that are needed should be few and the comments self-explanatory.

If you elected to create a log trail with syslog(3), you will want to add the
following lines to the end of /etc/syslog.conf:

local1.notice                                   /dev/console
local1.notice                                   /var/adm/messages
local1.info                                     /var/log/mountlog

Then, create an empty file "/var/log/mountlog" and restart syslogd by doing a
"kill -HUP `cat /etc/syslog.pid`".

Now, edit the Makefile.  You may want to change the variable LNKS if you
enabled or disabled some of the modes, although it isn't mandatory.

Then, run "make".  If everything builds correctly, as root, run "make install".
If you run into trouble, double check everything you have done.  If you still
can't get it to work, see the section on Bugs/Problems in the README file.
