From owner-freebsd-stable@FreeBSD.ORG Sat Nov 3 15:44:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CC63787 for ; Sat, 3 Nov 2012 15:44:41 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 04DE08FC17 for ; Sat, 3 Nov 2012 15:44:40 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TUftq-00035x-L3 for freebsd-stable@freebsd.org; Sat, 03 Nov 2012 16:44:46 +0100 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Nov 2012 16:44:42 +0100 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Nov 2012 16:44:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: jb Subject: Re: freebsd-update and surces of 9.1-RC3 Date: Sat, 3 Nov 2012 15:44:19 +0000 (UTC) Lines: 30 Message-ID: References: <50952210.7060000@grosbein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20100101 Firefox/16.0) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2012 15:44:41 -0000 Eugene Grosbein grosbein.net> writes: > > Hi! > > I'm trying to use freebsd-update for first time. > I have 9.0-RELEASE installed without sources and I have read Handbook chapter > and manual page for freebsd-update. > ... > How do I make freebsd-update to download and install sources > for 9.1-RC3 so I could rebuild custom kernel? > ... You did not get src updated because you did not have it before. Because there was no official announcement, I can give you a link (similar to one for -RC2), from which you can get the sources src.txz: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.1-RC3/ Be sure to check download's signature in MANIFEST file. After that: - make backup of anything you got in /usr/src, and remove that dir # rm -rf /usr/src - unpack downloaded file locally into /usr/src dir (that destination dir is a default) jb