Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 03:47:29 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/exim Makefile ports/mail/exim/files patch-src::daemon.c
Message-ID:  <200107101047.f6AAlTB15661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sheldonh    2001/07/10 03:47:29 PDT

  Modified files:
    mail/exim            Makefile 
  Added files:
    mail/exim/files      patch-src::daemon.c 
  Log:
  Make the purpose of WITHOUT_X11 clearer, based on feedback from several
  users.
  
  Fix the call to bind() in daemon.c so that the correct addrlen is
  passed for a IPv4 or IPv6 struct sockaddr.  This fixes the problem
  where an exim binary compiled for IPv6 support won't bind() to any IPv4
  addresses.  The author approves of this patch.
  
  Now that exim+ipv6 works for non-ipv6 FreeBSD hosts, make IPv6 support
  default and provide a WITHOUT_IPV6 knob for folks who don't want it.
  
  Turn on WITHOUT_IPV6 for pre-KAME systems, to give RELENG_3 folks a
  fighting chance.
  
  Revision  Changes    Path
  1.90      +24 -13    ports/mail/exim/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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