From owner-freebsd-bugs Wed May 15 17:20:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3C2837B407 for ; Wed, 15 May 2002 17:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G0K1K33060; Wed, 15 May 2002 17:20:01 -0700 (PDT) (envelope-from gnats) 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 ; 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 Reply-To: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/38128: nO_SENDMAIL means NO_SENDMAIL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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