At 3:12 PM -0400 8/7/01, David Hill wrote:
>While reading the exports(5) manpage, near the bottom is an example
>
>kill -s HUP `cat /var/run/mountd.pid`
>
>does kill -s causes this error:
>
># kill -s HUP
>s: Unknown signal; kill -l lists signals.
>
>However, reading the kill(1) manpage, -s is documented.
>So, I am thinking this is a bug in kill(1).
>
>Does anyone have any comments?
The short answer is, use "/bin/kill -s HUP `cat /var/run/mountd.pid`" for now.
Here's the bug report and patch I submitted on this issue in June:
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28109
It'll be fixed in the next release of tcsh.
Mark
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message