bin/97002: crond fails quietly if /usr/sbin/sendmail is missing

John Hood jh at sandstorm.net
Tue May 9 17:20:17 UTC 2006


The following reply was made to PR bin/97002; it has been noted by GNATS.

From: John Hood <jh at sandstorm.net>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-bugs at 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


More information about the freebsd-bugs mailing list