From owner-freebsd-current Sun Aug 22 19:33:42 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail4.lig.bellsouth.net (mail4.lig.bellsouth.net [205.152.0.32]) by hub.freebsd.org (Postfix) with ESMTP id 3875B14EEA for ; Sun, 22 Aug 1999 19:33:34 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-216-76-174-185.msy.bellsouth.net [216.76.174.185]) by mail4.lig.bellsouth.net (3.3.2/8.9.3) with ESMTP id WAA10459 for ; Sun, 22 Aug 1999 22:32:51 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id VAA65448; Sun, 22 Aug 1999 21:28:48 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sun, 22 Aug 1999 21:28:47 -0500 To: william woods Cc: freebsd-current@FreeBSD.ORG Subject: Re: Downgrade ???? Message-ID: <19990822212847.A48327@gforce.johnson.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from william woods on Sun, Aug 22, 1999 at 02:49:49PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Aug 22, 1999 at 02:49:49PM -0700, william woods wrote: > OK, this is kinda a crazy questions, but..what the hell.... > ...snip... > How possible is it to cvsup stable ( I would blow away /uusr/src > first) and then do a make world and have a 3.2-stable system or should > I just re-install 3.2-stable? I think it would be better if you did a binary upgrade. That way you don't have to worry about build tools from CURRENT doing something funny to your 'make world'. In either case you will want to remove libraries from CURRENT not present in STABLE and any that may have had a version bump for CURRENT, ie. libfoo.so.1 in STABLE was libfoo.so.2 in CURRENT. Any ports that you compiled with c++ in CURRENT will have to be recompiled after you downgrade. Those are the types of issues I think you will run into. Doing the binary upgrade should preserve your /etc so your password database should be OK. It would of course be prudent to back up /etc anyway. Good luck. -- Glenn Johnson gljohns@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message