From owner-freebsd-questions Fri Sep 26 00:58:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA18807 for questions-outgoing; Fri, 26 Sep 1997 00:58:44 -0700 (PDT) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA18800 for ; Fri, 26 Sep 1997 00:58:39 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA08269; Fri, 26 Sep 1997 17:28:26 +0930 (CST) Message-ID: <19970926172826.42458@lemis.com> Date: Fri, 26 Sep 1997 17:28:26 +0930 From: Greg Lehey To: Brian Fisk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading from2.1.5-RELEASE to 2.2.2-STABLE References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Brian Fisk on Thu, Sep 25, 1997 at 01:46:56PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 25, 1997 at 01:46:56PM -0400, Brian Fisk wrote: > > Hello. My primary web server is running 2.1.5 and I need to upgrade it. > I have all of the /usr/src for 2.2.2-stable. If I just rm the old src and > put the new in and then make world and recompile, what are the chances of > messing something up? I don't suppose there's that much danger. > How big is the chance that things may not work? I would expect that it should run OK. You may have to repeat parts of the 'make world'. > I know that 2.1.5 has no /etc/rc.conf and I am sure there is other > things. That's not as important as it sounds. I'm running 3.0-CURRENT on my machine, which I've upgraded fairly regularly from 2.0.5, and I still have the old sysconfig file in there. There is a danger, of course, that you will have the same "problem": it works, but it's not quite the way it would have been if you had installed it directly. You could probably install all the /etc files as well, but I don't know of any good automated way of updating them. I certainly wouldn't try to run this on a machine which is in constant use by others. Greg