From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 18:52:28 2003 Return-Path: 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 173F637B401 for ; Sat, 5 Apr 2003 18:52:28 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FAD543F93 for ; Sat, 5 Apr 2003 18:52:27 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.85.83 ([207.179.85.83]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sat, 5 Apr 2003 21:53:25 -0500 From: taxman To: Paul Hoffman , freebsd-questions@FreeBSD.ORG Date: Sat, 5 Apr 2003 21:56:04 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304052156.04683.taxman@acd.net> X-OriginalArrivalTime: 06 Apr 2003 02:53:26.0141 (UTC) FILETIME=[B1F49AD0:01C2FBE7] Subject: Re: Updating /usr/src after updating 4.7->4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 02:52:28 -0000 On Saturday 05 April 2003 09:26 pm, Paul Hoffman wrote: > Greetings again. On a test machine, I upgraded from fairly vanilla > 4.7 to 4.8 using CD-ROM and /stand/sysintall. At the beginning of the > upgrade, it told me that it would not upgrade /usr/src. After the > upgrade, I see by the dates that it upgraded some of /usr/src, but > not most of it. > > What is the proper way to bring /usr/src up to date so that I can > make kernel mods? cvsup is one of the most common ways. You need to install it first. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html here's my supfile: *default host=cvsup12.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_8 *default delete use-rel-suffix *default compress src-all save it to a file called supfile and run it with cvsup -g -L 2 supfile Tim