Subject: Re: bin/1063: too hard to make nfs changes
To: None <thorpej@nas.nasa.gov>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: netbsd-bugs
Date: 05/19/1995 17:01:37
   What's wrong with:

	   kill -HUP `cat /var/run/mountd.pid`

In POSIX, that's `kill -s HUP ...'.  B-)