Date: Mon, 28 Jan 2002 17:54:24 -0800 (PST) From: "f.johan.beisser" <jan@caustic.org> To: Drew Tomlinson <drew@mykitchentable.net> Cc: questions@FreeBSD.ORG Subject: Re: Preserve Postfix When Upgrading? Message-ID: <20020128175228.T79959-100000@localhost> In-Reply-To: <018001c1a863$95c2e110$0301a8c0@bigdaddy>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Jan 2002, Drew Tomlinson wrote: > I would like to upgrade to the 4.5-RELEASE. However, I have installed > Postfix from the ports and want to be sure that Sendmail won't > overwrite Postfix during the upgrade. What do I need to do to keep > Postfix? I've searched the archives but have been unable to find > anything conclusive. dig through /etc/defaults/make.conf. there's an entire section of base install OS bits to not build, and not install. one of them happens to be sendmail. # To avoid building various parts of the base system: [snippage for space] #NO_SENDMAIL= true # do not build sendmail and related programs it just so happens that you can override this quite easily. hope this helps a bit.. -------/ f. johan beisser /--------------------------------------+ http://caustic.org/~jan jan@caustic.org "John Ashcroft is really just the reanimated corpse of J. Edgar Hoover." -- Tim Triche To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020128175228.T79959-100000>