Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 17:20:10 GMT
From:      John Hood <jh@sandstorm.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/97002: crond fails quietly if /usr/sbin/sendmail is missing
Message-ID:  <200605091720.k49HKA2b054993@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/97002; it has been noted by GNATS.

From: John Hood <jh@sandstorm.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: bin/97002: crond fails quietly if /usr/sbin/sendmail is missing
Date: Tue, 9 May 2006 13:16:43 -0400

 The last vfork() remaining in do_command.c should be replaced with
 fork(), too.  The child is doing way too much for vfork to be
 appropriate any more.
 
   --jh



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