From owner-freebsd-bugs Sun Apr 22 10:10:10 2001 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 ECAE637B42C for ; Sun, 22 Apr 2001 10:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3MHA0a78218; Sun, 22 Apr 2001 10:10:00 -0700 (PDT) (envelope-from gnats) Received: from musique.teaser.fr (musique.teaser.net [213.91.2.11]) by hub.freebsd.org (Postfix) with ESMTP id D5D3537B423 for ; Sun, 22 Apr 2001 10:03:49 -0700 (PDT) (envelope-from jaco@titine.fr.eu.org) Received: from titine.fr.eu.org (Cour-N1D41-231.teaser.net [213.91.41.231]) by musique.teaser.fr (Postfix) with ESMTP id 920897254C for ; Sun, 22 Apr 2001 19:03:48 +0200 (CEST) Received: by titine.fr.eu.org (Postfix, from userid 1001) id AF96A339F; Sun, 22 Apr 2001 19:03:06 +0200 (CEST) Message-Id: <20010422170306.AF96A339F@titine.fr.eu.org> Date: Sun, 22 Apr 2001 19:03:06 +0200 (CEST) From: jaco@teaser.fr Reply-To: jaco@teaser.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/26774: rmail and installworld Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26774 >Category: conf >Synopsis: Installation of rmail, even without sendmail >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 22 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eric Jacoboni >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD titine.fr.eu.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Apr 22 17:58:24 CEST 2001 root@titine.fr.eu.org:/usr/obj/usr/src/sys/TITINE i386 >Description: When NO_SENDMAIL is true, rmail is not built even if NOUUCP is false... In fact, rmail is necessary if UUCP is used, even if sendmail is'nt (we mary choose another MTA, Postfix for example. >How-To-Repeat: make installworld with NO_SENDMAIL= true doesn't build rmail >Fix: rmail has to be built if sendmail _or_ uucp are used. In other words, if NO_SENDMAIL is not defined _or_ NOUUCP is not defined: Change the /usr/src/bin/Makefile to read: .if !defined(NO_SENDMAIL) || !defined(NOUUCP) SUBDIR+=rmail .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message