From owner-freebsd-stable@FreeBSD.ORG Sat Nov 3 15:48:47 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 5C8538AF for ; Sat, 3 Nov 2012 15:48:47 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id A51678FC08 for ; Sat, 3 Nov 2012 15:48:45 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id qA3Fmg7D012979; Sat, 3 Nov 2012 22:48:42 +0700 (NOVT) (envelope-from eugen@grosbein.net) Message-ID: <50953CD5.7010902@grosbein.net> Date: Sat, 03 Nov 2012 22:48:37 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: jb Subject: Re: freebsd-update and sources of 9.1-RC3 References: <50952210.7060000@grosbein.net> In-Reply-To: Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org 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:48:47 -0000 03.11.2012 22:44, jb пишет: > 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 Thanks, I've already done that :-) My real question is how make freebsd-update download sources they are not installed?