From owner-freebsd-questions@FreeBSD.ORG Tue May 22 19:59:47 2012 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 574C2106564A for ; Tue, 22 May 2012 19:59:47 +0000 (UTC) (envelope-from gmx@ross.cx) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) by mx1.freebsd.org (Postfix) with ESMTP id 15BC48FC1C for ; Tue, 22 May 2012 19:59:46 +0000 (UTC) Received: from [188.108.239.192] (helo=michael-think) by www81.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1SWvF5-0005Dg-Mf; Tue, 22 May 2012 21:59:39 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-questions@freebsd.org, "Jos Chrispijn" References: <4FBBEC79.1000004@webrz.net> Date: Tue, 22 May 2012 21:59:34 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <4FBBEC79.1000004@webrz.net> User-Agent: Opera Mail/11.64 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.3/14946/Tue May 22 15:45:25 2012) Cc: Subject: Re: Updating /src from command line 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: Tue, 22 May 2012 19:59:47 -0000 Am 22.05.2012, 21:43 Uhr, schrieb Jos Chrispijn : > I want to compile my kernel and I read that for this I need to have the > complete /SRC tree installed. > If I do this via sysinstall, I get either a display that the chosen > server is not available or these are not available for FreeBSD 9. > Is there a way to update /src by CVSUP or otherwise? > > thanks, > Jos Chrispijn I do it like this: Copy, read and modify /usr/src/share/examples/cvsup/stable-supfile to, e.g. /root/stable-supfile then csup /root/stable-supfile HTH Michael