sendmail - pre-fork in daemon mode to avoid stall
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Aug 2014 16:54:46 +0000 (09:54 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Aug 2014 16:54:46 +0000 (09:54 -0700)
commit9929cd95e4df54467a8df1e95d0a9f24b8a1a9b0
tree31ac227376eab3ec4292ea59b9ccc441896ffdcf
parentbfc40bd8755ee7d13e4f755fcdadce2295ecad6d
sendmail - pre-fork in daemon mode to avoid stall

* Fork sendmail prior to doing the hostname lookup when run in -bd or -q<time>
  mode.

* Prevents stalls during system boot when the internet is not available and
  a resolv.conf is present.
usr.sbin/sendmail/main.c.patch