Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 13:16:43 -0400
From:      John Hood <jh@sandstorm.net>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/97002: crond fails quietly if /usr/sbin/sendmail is missing
Message-ID:  <20060509171643.GF22598@sandstorm.net>
In-Reply-To: <200605082350.k48NoAkn059948@freefall.freebsd.org>
References:  <200605082351.k48Np5fX012137@sirocco.sandstorm.net> <200605082350.k48NoAkn059948@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20060509171643.GF22598>