From joe@zircon.seattle.wa.us  Wed May 15 17:13:43 2002
Return-Path: <joe@zircon.seattle.wa.us>
Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80])
	by hub.freebsd.org (Postfix) with SMTP id 4AF3737B405
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 May 2002 17:13:42 -0700 (PDT)
Received: (qmail 74312 invoked by uid 0); 16 May 2002 00:13:41 -0000
Message-Id: <20020516001341.74311.qmail@zircon.seattle.wa.us>
Date: 16 May 2002 00:13:41 -0000
From: Joe Kelsey <joe@zircon.seattle.wa.us>
Reply-To: Joe Kelsey <joe@zircon.seattle.wa.us>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: nO_SENDMAIL means NO_SENDMAIL
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38128
>Category:       bin
>Synopsis:       nO_SENDMAIL means NO_SENDMAIL
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 17:20:01 PDT 2002
>Closed-Date:    Wed May 15 19:56:04 PDT 2002
>Last-Modified:  Wed May 15 19:56:04 PDT 2002
>Originator:     Joe Kelsey
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD zircon.zircon.seattle.wa.us 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #31: Tue May 14 17:49:58 PDT 2002 joe@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386


>Description:
	I cannot run a successful buildworld or installworld due to the
	presence of rc.sendmail and rc.sendmail.8.  If you really want
	to have a generic mta_startup_script, please name it rc.mta-startup.
>How-To-Repeat:
	Remove all files with the string sendmail from your system.
>Fix:

	Change /etc/defaults/rc.conf so that

mta_start_script="/etc/rc.mta-startup"

	Then

mv /usr/src/etc/rc.sendmail /usr/src/etc/rc.mta-startup
mv /usr/src/share/man/man8/rc.sendmail.8 /usr/src/share/man/man8/rc.mta-startup.8

Modify the Makefiles in those directories appropriately.

As long as you insist on calling the mta-startup script rc.sendmail, my
system will remain broken and unable to build.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: matusita 
State-Changed-When: Wed May 15 18:44:44 PDT 2002 
State-Changed-Why:  
Waiting more feedbacks from the PR submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38128 

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/38128: nO_SENDMAIL means NO_SENDMAIL
Date: Thu, 16 May 2002 10:44:28 +0900

 joe> 	I cannot run a successful buildworld or installworld due to the
 joe> 	presence of rc.sendmail and rc.sendmail.8.
 
 What's broken?
 
 Here is a rough history of installing rc.sendmail:
 
 * At first, rc.sendmail was installed if NO_SENDMAIL was *not* set.
 * However, some other users which *doesn't* use sendmail requested that
   rc.sendmail could be used for other MTAs (postfix, etc) which can be
   used as 'sendmail'.
 * Then, rc.sendmail is installed no matter NO_SENMAIL is set or not set.
 
 So installing rc.sendmail is intentional.  I don't know what is your
 real intention (since there is no explanations about what's broken),
 but /etc/rc.sendmail doesn't hurt you if you set sendmail_enable="NONE"
 in rc.conf.
 
 -- -
 Makoto `MAR' Matsushita

From: Giorgos Keramidas <keramida@FreeBSD.ORG>
To: Joe Kelsey <joe@zircon.seattle.wa.us>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/38128: nO_SENDMAIL means NO_SENDMAIL
Date: Thu, 16 May 2002 05:27:09 +0300

 On 2002-05-16 00:13, Joe Kelsey <joe@zircon.seattle.wa.us> wrote:
 >
 > 	Change /etc/defaults/rc.conf so that
 >
 > mta_start_script="/etc/rc.mta-startup"
 
 You're not supposed to edit /etc/defaults/rc.conf :-/
 
State-Changed-From-To: feedback->closed 
State-Changed-By: matusita 
State-Changed-When: Wed May 15 19:54:32 PDT 2002 
State-Changed-Why:  
It seems that this PR is duplecated from PR: docs/38108; the same originator, 
almost the same synopsis. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38128 
>Unformatted:
