From owner-freebsd-stable Sat Jun 17 5:43:17 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 A9DA537B541 for ; Sat, 17 Jun 2000 05:43:14 -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 IAA64223; Sat, 17 Jun 2000 08:43:07 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <394B7255.193AFC3B@thehousleys.net> Date: Sat, 17 Jun 2000 08:43:01 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Gerhard Sittig Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Installs of Multiple Servers References: <394A723C.E52C5273@bellatlantic.net> <20000616222844.W9883@speedy.gsinet> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gerhard Sittig wrote: > > on the server and any other machine: > - mount /usr/src (ro?) and /usr/obj (not at the server, of > course:) > - make installworld > - mergemaster [ -s -v ] > - build kernel > - install kernel > - reboot > The only step I would add to this is if you use different sendmail.cf on different machines, ie the mail server vs. the reset. Put SENDMAIL_CF=mailserver.cf or client.cf in the machines /etc/make.conf and on the mail server do: - mount /usr/src (ro?) and /usr/obj (not at the server, of course:) + cd /usr/src/sendmail ; make - make installworld - mergemaster [ -s -v ] - build kernel - install kernel - reboot And on one of the other machines also do a + cd /usr/src/sendmail ; make so that each machine will install the proper sendmail.cf. The other option is on the build server to do cd /usr/src/sendmail make SENDMAIL_CF=mailserver.cf make SENDMAIL_CF=client.cf Of course you would name mailserver.cf and client.cf to match your .mc files that you have customized. Jim -- "...there's no idea that's so good you can't ruin it with a few well-placed idiots." -- Charles Spickman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message