Skip site navigation (1)Skip section navigation (2)
Date:      7 May 1998 17:49:39 -0000
From:      jbackus@plex.nl
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/6545: Inconsistent macro names used to disable sendmail build
Message-ID:  <19980507174939.827.qmail@jos.mp-c.com>

next in thread | raw e-mail | index | archive | help

>Number:         6545
>Category:       bin
>Synopsis:       Inconsistent macro names used to disable sendmail build
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May  7 10:50:00 PDT 1998
>Last-Modified:
>Originator:     Jos Backus
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>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) 
>Audit-Trail:
>Unformatted:

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



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