Date: Sat, 17 Jun 2000 08:43:01 -0400 From: James Housley <jim@thehousleys.net> To: Gerhard Sittig <Gerhard.Sittig@gmx.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Installs of Multiple Servers Message-ID: <394B7255.193AFC3B@thehousleys.net> References: <394A723C.E52C5273@bellatlantic.net> <20000616222844.W9883@speedy.gsinet>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?394B7255.193AFC3B>