From owner-freebsd-stable Tue Mar 6 20: 1: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 4C3AA37B719 for ; Tue, 6 Mar 2001 20:01:04 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta3/8.12.0.Beta3) id f27413Y0020888; Tue, 6 Mar 2001 20:01:03 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15013.45695.227099.406267@horsey.gshapiro.net> Date: Tue, 6 Mar 2001 20:01:03 -0800 From: Gregory Neil Shapiro To: Joe Kelsey Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.3-BETA #0: mergemaster problems In-Reply-To: <15013.44892.573017.252535@zircon.zircon.seattle.wa.us> References: <15013.39457.554494.259514@zircon.zircon.seattle.wa.us> <15013.44892.573017.252535@zircon.zircon.seattle.wa.us> X-Mailer: VM 6.90 under 21.2 (beta42) "Poseidon" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe> After doing a `${MAKE} install' in periodic, the next place where joe> `distribution' is made is in sendmail. However, a line from my joe> /usr/sup/refuse script is joe> *sendmail* joe> meaning, that I never want sendmail to deposit anything on my system. I joe> also have joe> NO_SENDMAIL=true joe> in /etc/make.conf. I believe that the distribution should check for joe> NO_SENDMAIL and not run the sendmail command: joe> .if !defined(NO_SENDMAIL) joe> (cd ${DESTDIR}/sendmail; ${MAKE} distribution ); joe> .endif That's exactly what it does. Check: http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/Makefile?rev=RELENG_4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message