Subject: Re: bin/1063: too hard to make nfs changes
To: Charles M. Hannum <mycroft@ai.mit.edu>
From: matthew green <mrg@mame.mu.OZ.AU>
List: netbsd-bugs
Date: 05/22/1995 09:54:01
   
      What's wrong with:
   
   	   kill -HUP `cat /var/run/mountd.pid`
   
   In POSIX, that's `kill -s HUP ...'.  B-)

so how about making a command that does this (as a script) ?  it's
much nicer to say "exportfs -a" than the above, and more people are
likely to understand it.

.mrg.