
fixmount is a variant of showmount(8) that can delete  bogus
mount  entries  in  remote  mountd(8C) daemons.  I find it particularly
useful in conjunction with automounters that frequently leave a remote
mountd's idea of what's NFS mounted and the actual mounts out of sync.
See the man page for details.

The code is tested on SunOS4.x, NeXT 2.1, and Ultrix 4.0.
Ultrix needs too additonal routines that are missing from the c library
(see Makefile).

fixrmtab is shell hack to invalidate rmtab entries on the local machine.
mountd needs to be restarted for changes to take effect.

Comments to Andreas Stolcke (stolcke@icsi.berkeley.edu).

