From owner-freebsd-stable@FreeBSD.ORG Tue Nov 12 14:40:30 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 368B5785 for ; Tue, 12 Nov 2013 14:40:30 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED6152169 for ; Tue, 12 Nov 2013 14:40:29 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id j7so2873603qaq.5 for ; Tue, 12 Nov 2013 06:40:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=uuMYwTDRnJitoBNi5c6qyoYY16/7Ip1gtWTQ8l0IQy8=; b=jx02Ah31OHBdJ/KNAJut2gq7ewm+S8pI9Hg2jLnrqnYrqBDEcTiMDB/eOiPSEz9+H6 rJBqwOGv5/v32G2NxOELPx8SqZMgMBTYdj3AkTDwiZFeOVqTy11oeRFqpI/labhPr/kw KbVvR68E0syc2WG0QpjbA2IJDc0tB9UgCfgeQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=uuMYwTDRnJitoBNi5c6qyoYY16/7Ip1gtWTQ8l0IQy8=; b=Fp7K2eGYAlYel6PNZFo9/uUtzbP32FoCxbnJ1HOed1mHQ58AWLNJCcJnTByzvpKj0d dWlRpTAHtRCHnKXDzO6HAMk7IDZwgLcNauCAolh9PAvuxSltG7ZwykwO5pOw3q93t+PC 8+OSRdRpeCUJUwA48ueq40lwbWU8+4vSHePvbM3HuZIv3CsL2+C1GI9NJQQ0WG91pdQr AAPO1Y5flFXvZqeHIi7pq7XOKWd3qsjcgaGe2qtSn3K5R7qecnuCzUcZgY06D3aY16js dgPmVZpKXpSRrGvp0j9ugYGoCYQML2synqF85K0h8iHq61e1IYTQ6lqzNw21twLST5B8 4cHg== X-Gm-Message-State: ALoCoQlVuboGQzqqAQre7mOJZiwrflhZJw6tu1bxCYL6+G2L944aBXCzyKvMi14Sing7b2TMffAB X-Received: by 10.224.8.65 with SMTP id g1mr59447200qag.68.1384267228929; Tue, 12 Nov 2013 06:40:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.63.101 with HTTP; Tue, 12 Nov 2013 06:39:58 -0800 (PST) In-Reply-To: <528224A6.7070701@iop.kiev.ua> References: <528224A6.7070701@iop.kiev.ua> From: Eitan Adler Date: Tue, 12 Nov 2013 09:39:58 -0500 Message-ID: Subject: Re: freebsd-upgrade To: "Andrey S. Rybak" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 14:40:30 -0000 On Tue, Nov 12, 2013 at 7:52 AM, Andrey S. Rybak wrote: > hi all. > it was happened that i have no upgrade my system long time. Before that i > used for upgrading "classic" way. This is a 'source upgrade'. > But in current moment as i can see the upgrading is totally changed. As i > understand commands sequence is next: > #freebsd-update fetch This is a 'binary upgrade'. This will be faster and generally easier if you fit within the "default case" of using an unmodified source tree and sticking to releases. -- Eitan Adler