Skip site navigation (1)Skip section navigation (2)
Date:      16 May 2002 00:13:41 -0000
From:      Joe Kelsey <joe@zircon.seattle.wa.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/38128: nO_SENDMAIL means NO_SENDMAIL
Message-ID:  <20020516001341.74311.qmail@zircon.seattle.wa.us>

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

>Number:         38128
>Category:       bin
>Synopsis:       nO_SENDMAIL means NO_SENDMAIL
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 17:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20020516001341.74311.qmail>