From owner-freebsd-stable Tue May 16 12:46: 6 2000 Delivered-To: freebsd-stable@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id E9DFA37BB2B for ; Tue, 16 May 2000 12:45:59 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id PAA01887; Tue, 16 May 2000 15:45:52 -0400 (EDT) Message-ID: <3921A570.28EF968F@thehousleys.net> Date: Tue, 16 May 2000 15:45:52 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Shawn Barnhart , freebsd-stable@freebsd.org Subject: Re: Specify local .mc file for make world? References: <005601bfbf6d$3d9a3500$b8209fc0@marlowe> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shawn Barnhart wrote: > > Is there a method for specifying a local .mc file as there is for specifying > a local .cf file in make.conf when rebuilding sendmail? > > It seems to me to make more sense to specify an .mc rather than a .cf file > when rebuilding sendmail so that the .cf file gets rebuilt, too. > > Sorry if this is off-topic for this group, but I asked a similar question > on -questions a while ago and didn't get a particularly satisfactory answer. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message cd /usr/src make SENDMAIL_CF=your_sendmail.cf world this will use /usr/src/etc/sendmail/your_sendmail.mc to build /usr/obj/usr/src/etc/sendmail/your_sendmail.cf and install it as /etc/sendmail.cf I hope this answers your question -- The wise man built his network upon U*nx. The foolish man built his network upon Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message