From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 05:02:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66C121065676 for ; Wed, 25 Feb 2009 05:02:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2EBFF8FC0A for ; Wed, 25 Feb 2009 05:02:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 6D86EAFC1FF; Tue, 24 Feb 2009 20:02:37 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org, Paul Schmehl Date: Tue, 24 Feb 2009 20:02:36 -0900 User-Agent: KMail/1.9.10 References: <591F97E51551F72295A54D9D@utd65257.utdallas.edu> <20090224223856.GA26057@slackbox.xs4all.nl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902242002.37106.fbsd.questions@rachie.is-a-geek.net> Cc: Roland Smith Subject: Re: RELENG_7 != STABLE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 05:02:38 -0000 On Tuesday 24 February 2009 14:40:02 Paul Schmehl wrote: > --On Tuesday, February 24, 2009 16:38:56 -0600 Roland Smith > > > wrote: > > On Tue, Feb 24, 2009 at 08:33:09PM +0000, Paul Schmehl wrote: > >> --On Tuesday, February 24, 2009 14:24:29 -0600 Mel > >> > >> wrote: > >> > On Tuesday 24 February 2009 10:07:35 Paul Schmehl wrote: > >> >> I have this in my /etc/cvsupfile: > >> >> > >> >> *default tag=RELENG_7 > >> > > >> > And your *default prefix? > >> > >> *default host=cvsup12.FreeBSD.org > >> *default base=/usr > > > > It should be '*default base=/var/db', I think. See > > /usr/share/examples/cvsup/stable-supfile > > You are correct. I've changed it. It shouldn't matter. He just has /usr/sup now, where the collection info resides. > >> *default prefix=/usr > >> *default tag=RELENG_7 > >> *default release=cvs Presence of tag enables checkout mode, so it's not that you have a cvs repo copy. Kernel date tag suggests a reboot, so the only thing that comes to mind is newvers.sh not having done it's job or UNAME_r set in env. sysctl kern.osrelease also shows 7.1-PRERELEASE? No date= present? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.