From owner-freebsd-doc@FreeBSD.ORG Thu Dec 25 11:04:37 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 988CE106564A for ; Thu, 25 Dec 2008 11:04:37 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 25D318FC16 for ; Thu, 25 Dec 2008 11:04:36 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so1158939fgb.35 for ; Thu, 25 Dec 2008 03:04:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=nZG78Fowr5TisXHuC7fWdDHsQ3FB4Vcr9oyN2ITtYx8=; b=Otflv1FibAJH8l+yGmpYN7PRaa34VaNPK11TFn8/9DQkFkS+Q4bxSYgvwxmTJcrZHg RmhRlTckUS6vDSI6fixFdXNQsJFw2KYnlIPzGt8KbHiej2Ji6Xe3/1M/iGtmo8U8C9sb e8oUgM4nD3RkFgqgYYt2+x/uOh+UydbyEHqUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=sq1YpbQmtGx4pIu9B46BTqtyu+Ns9y0LuPl+vymYxFuvOUb/pv53r/FLjDTIWNeeKP NP8wLEL0lnbHe5F0k8mFaxUbzvp0z36nYNqRbP2HtgPbNBljDeHr8aBtOrpS0tovn+s9 ZZY23wEd/pH44cX88G3aOPeFBxXUMugaUvI6E= Received: by 10.86.79.19 with SMTP id c19mr5643832fgb.66.1230203075868; Thu, 25 Dec 2008 03:04:35 -0800 (PST) Received: from ?192.168.2.3? ([195.228.9.254]) by mx.google.com with ESMTPS id 4sm18067765fgg.44.2008.12.25.03.04.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 25 Dec 2008 03:04:34 -0800 (PST) Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Message-ID: <495368A7.8090103@FreeBSD.org> Date: Thu, 25 Dec 2008 12:04:07 +0100 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (X11/20081023) MIME-Version: 1.0 To: Manolis Kiagias References: <1230175126.1189.26.camel@localhost> <49535D60.2060101@infracaninophile.co.uk> <495361AF.5030409@FreeBSD.org> <495364FF.1080009@gmail.com> In-Reply-To: <495364FF.1080009@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-doc@freebsd.org Subject: Re: A question about update(I think it should be added to our faq). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2008 11:04:37 -0000 Hi Manolis, > The section on freebsd-update in the Handbook already mentions a > procedure to follow (involving rebuilding ruby before reinstalling > portupgrade). > Probably Tom already has some plans on expanding this > section (?) Yes, Section 24.2.3 "Major and Minor Upgrades" already discusses this, but Matthew added some other methods in his email. I think it would be good to include them too. Cheers, :g