From owner-freebsd-stable Mon Aug 30 8:46:32 1999 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 116EB15814; Mon, 30 Aug 1999 08:46:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 04E781CD8C1; Mon, 30 Aug 1999 08:46:30 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Mon, 30 Aug 1999 08:46:30 -0700 (PDT) From: Kris Kennaway To: "Jeffrey J. Libman" Cc: freebsd-stable@FreeBSD.ORG Subject: re: what rev am i? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 30 Aug 1999, Jeffrey J. Libman wrote: > ok...but uname -a shows: > > FreeBSD binnacle.wantabe.com 3.1-RELEASE FreeBSD 3.1-RELEASE #2: Sun May > 16 14:18:41 CDT 1999 > jeffrl@binnacle.wantabe.com:/usr/src/sys/compile/BINNACLE i386 Your buildworld can't have worked, then. > now i'm really confused. i did the cvsup using: > > *default release=cvs tag=RELENG_3 This should be correct. > and did make buildworld followed by make installworld. i then rebuilt the > kernel as per the instructions. > > so why does uname -a still show revision 3.1? Try running make world again - perhaps last time the buildworld phase failed to complete but you didn't notice it before running installworld. Either that, or you have another copy of uname in your path. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message