From root@openworldinc.com  Mon May 24 06:50:29 2010
Return-Path: <root@openworldinc.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DB2E51065673
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2010 06:50:29 +0000 (UTC)
	(envelope-from root@openworldinc.com)
Received: from smtp.openworldinc.com (smtp.openworldinc.com [207.246.64.126])
	by mx1.freebsd.org (Postfix) with ESMTP id B7BA18FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2010 06:50:29 +0000 (UTC)
Received: from localhost (unknown [127.0.0.1])
	by smtp.openworldinc.com (Postfix) with ESMTP id BE02AD885E5;
	Mon, 24 May 2010 02:33:52 -0400 (EDT)
Received: from smtp.openworldinc.com ([127.0.0.1])
	by localhost (aladdin.stdio.com [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id wJRo129up+dP; Mon, 24 May 2010 02:33:48 -0400 (EDT)
Received: by smtp.openworldinc.com (Postfix, from userid 0)
	id 6D08AD88347; Mon, 24 May 2010 02:33:48 -0400 (EDT)
Message-Id: <20100524063348.6D08AD88347@smtp.openworldinc.com>
Date: Mon, 24 May 2010 02:33:48 -0400 (EDT)
From: root@openworldinc.com (Charlie Root)
Reply-To: risner@stdio.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: WITHOUT_INET6=Yes installs broken sendmail.cf file

>Number:         146910
>Category:       conf
>Synopsis:       WITHOUT_INET6=Yes installs broken sendmail.cf file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 07:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     James Risner
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
Openworld, Inc
>Environment:
System: FreeBSD aladdin.stdio.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #3: Wed Mar 31 11:49:24 CEST 2010 root@neo.vx.sk:/usr/obj/usr/src/sys/GENERIC amd64


        8.0-releas to 8.0-stable
>Description:
        If you install a system with WITHOUT_INET6=Yes, the installed sendmail.cf files still
        contain:
        O DaemonPortOptions=Name=IPv6, Family=inet6, Modifiers=O

        This line needs to be commented out to properly function.
>How-To-Repeat:
        (echo "WITHOUT_INET6=Yes" >> /etc/make.conf; cd /usr/src; make buildworld installworld; mergemaster; newalias)
>Fix:

        Comment out the DaemonPort for IPV6 in all installed sendmail cf files depending on state of WITHOUT_INET6.

        This line in the m4 file says it is optional:
        DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')
        But there appears to be included regardless of the state of the WITH_INET6/WITHOUT_INET6 state.
>Release-Note:
>Audit-Trail:
>Unformatted:
