From owner-freebsd-questions Thu Jan 9 23:17:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735A737B401 for ; Thu, 9 Jan 2003 23:17:49 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9AF443ED8 for ; Thu, 9 Jan 2003 23:17:47 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h0A7Hd211933; Fri, 10 Jan 2003 09:17:39 +0200 Message-Id: <200301100717.h0A7Hd211933@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 10 Jan 03 09:16:59 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 10 Jan 03 09:16:33 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "Darren" , questions@freebsd.org Date: Fri, 10 Jan 2003 09:16:25 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: kernel won't compile In-reply-to: <069b01c2b83a$192a1f00$6601a8c0@crotchett.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! > Here's what I have in cvsupfile (I'm fuzzy on what is actually going on). I > just noticed that my default tag=RELENG_4_6. Should that be 4_7? I don't > know where I got my supfile. I'm thinking it was part of the installation. > > *default host=cvsup12.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4_6 > *default delete use-rel-suffix > > src-base > src-bin > src-contrib > src-etc > src-gnu > src-include > src-lib > src-libexec > src-release > src-secure > src-sbin > src-share > src-sys > src-tools > src-usrbin > src-usrsbin > *default tag=. > ports-all > doc-all > > My intentions were to NOT get the kernel sources. I was just trying to stay > up to date with the ports that I have installed and any system files that my > get security fixes. The supfile above updates just about everything there is to update on the FreeBSD system: the system source tree, ports tree and documentation. If you only wanted to update ports, the following would have been enough: --------------< cut >-------------- *default host=cvsup12.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=. *default delete use-rel-suffix ports-all --------------< cut >-------------- If you don't want to upgrade the base system, you should delete everything under /usr/src and /usr/obj (make sure you copy your custom kernel configuration file from /usr/src/sys/i386/conf to somewhere else first) and re-install the original sources. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * War doesn't determine who's right. War determines who's left. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message