From owner-cvs-all Tue Feb 27 13:29:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E411A37B718; Tue, 27 Feb 2001 13:29:42 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RLTgE44712; Tue, 27 Feb 2001 13:29:42 -0800 (PST) (envelope-from gshapiro) Message-Id: <200102272129.f1RLTgE44712@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 27 Feb 2001 13:29:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/etc/sendmail Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/02/27 13:29:42 PST Modified files: (Branch: RELENG_4) etc/defaults make.conf etc/sendmail Makefile Log: MFC: Add a new make knob, SENDMAIL_MC, which is meant to replace SENDMAIL_CF as users should be configuring via m4 now. If set, use m4 to create the .cf file. Also, if either SENDMAIL_MC or SENDMAIL_CF is set, 'make install' or 'make distribution' in src/etc/sendmail/ will install the appropriate .cf as /etc/mail/sendmail.cf. This fixes some mergemaster problems. Revision Changes Path 1.139 +9 -1 src/etc/defaults/make.conf 1.141 +3 -3 src/etc/defaults/make.conf 1.6 +33 -9 src/etc/sendmail/Makefile Revision Changes Path 1.97.2.31 +9 -1 src/etc/defaults/make.conf 1.3.2.2 +37 -9 src/etc/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message