Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2001 09:20:08 -0800
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        Michael Lucas <mwlucas@blackhelicopters.org>
Cc:        David Dooley <dpd@raffles-it.com>, freebsd-Mobile@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <15014.28104.581646.244106@horsey.gshapiro.net>
In-Reply-To: <20010307120223.A72551@blackhelicopters.org>
References:  <200103022301.f22N1hC03361@dribble.lan.raffles-it.com> <20010307120223.A72551@blackhelicopters.org>

next in thread | previous in thread | raw e-mail | index | archive | help
mwlucas> sudo killall -1 sendmail

You should really change this to:

sudo kill -1 `haed -1 /var/run/sendmail.pid`

Since you shoudn't be sending a HUP to all processes, just the daemon.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15014.28104.581646.244106>