git: sendmail - pre-fork in daemon mode to avoid stall

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 20 09:57:17 PDT 2014


commit 9929cd95e4df54467a8df1e95d0a9f24b8a1a9b0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 20 09:54:46 2014 -0700

    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.

Summary of changes:
 usr.sbin/sendmail/main.c.patch | 78 ++++++++++++++++++++++++++++++++++++------
 1 file changed, 68 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9929cd95e4df54467a8df1e95d0a9f24b8a1a9b0


-- 
DragonFly BSD source repository



More information about the Commits mailing list