From jbackus@plex.nl  Thu May  7 10:49:33 1998
Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.2.7])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26321
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 7 May 1998 10:49:29 -0700 (PDT)
          (envelope-from jbackus@plex.nl)
Received: from ascend1p8.urc.tue.nl [131.155.211.38] by kweetal.tue.nl (8.8.8)
	  for <FreeBSD-gnats-submit@freebsd.org>
	  id TAA08898 (ESMTP). Thu, 7 May 1998 19:49:25 +0200 (MET DST)
Received: (qmail 828 invoked by uid 1000); 7 May 1998 17:49:39 -0000
Message-Id: <19980507174939.827.qmail@jos.mp-c.com>
Date: 7 May 1998 17:49:39 -0000
From: jbackus@plex.nl
Reply-To: Jos Backus <jbackus@plex.nl>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Inconsistent macro names used to disable sendmail build
X-Send-Pr-Version: 3.2

>Number:         6545
>Category:       bin
>Synopsis:       Inconsistent macro names used to disable sendmail build
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May  7 10:50:00 PDT 1998
>Closed-Date:    Fri May 8 13:15:46 PDT 1998
>Last-Modified:  Fri May  8 13:16:03 PDT 1998
>Originator:     Jos Backus
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

	-current as of PR submission date

>Description:
	
	# cd /usr/src
	# grep SENDMAIL etc/make.conf usr.sbin/Makefile
        etc/make.conf: #NOSENDMAIL=     true
        usr.sbin/Makefile: .if !defined(NO_SENDMAIL)

	Unsuspecting users that have replaced /usr/sbin/sendmail with a
        different program may experience problems if they forget to reinstall
        the replacement sendmail after a make world.

>How-To-Repeat:

	

>Fix:
	
	Change one into the other and all should be well:

	--- etc/make.conf.orig  Thu May  7 19:48:15 1998
	+++ etc/make.conf       Thu May  7 19:48:31 1998
	@@ -27,7 +27,7 @@
 	#NOSUIDPERL=   true
 	#
 	# To avoid building sendmail
	-#NOSENDMAIL=   true
	+#NO_SENDMAIL=  true
 	#
 	# To have 'obj' symlinks created in your source directory
 	#       (they aren't needed/necessary) 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Fri May 8 13:15:46 PDT 1998 
State-Changed-Why:  
fixed, thanks! 
>Unformatted:
