From owner-freebsd-questions@FreeBSD.ORG Thu Nov 3 18:41:18 2011 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 6C27C106566C for ; Thu, 3 Nov 2011 18:41:18 +0000 (UTC) (envelope-from rc5hack@yandex.ru) Received: from forward4.mail.yandex.net (forward4.mail.yandex.net [IPv6:2a02:6b8:0:602::4]) by mx1.freebsd.org (Postfix) with ESMTP id E1BAF8FC0C for ; Thu, 3 Nov 2011 18:41:17 +0000 (UTC) Received: from web71.yandex.ru (web71.yandex.ru [77.88.46.31]) by forward4.mail.yandex.net (Yandex) with ESMTP id 9F865504350 for ; Thu, 3 Nov 2011 22:41:16 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320345676; bh=YT1OtL3bCJ3V3Uy8Vz8/BlA/H/H1H91DHGmmVDtaKZ8=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=JQhyLjymczJAqA1hL0Q5b4O80+FjZIqJtpqc2XScsJe9zNt7U8Ufil+54x33oJSAd Kbd3rGa1JDLxGv6uiI6DcnP96AgzRytLUWFlq9beG6OkP1I2pVClARzd0npj+KzkPB +I9wmaiDsJwHGjflji3clAsNs36v0T+lDIRMfl1s= Received: from localhost (localhost.localdomain [127.0.0.1]) by web71.yandex.ru (Yandex) with ESMTP id 8683B200803C for ; Thu, 3 Nov 2011 22:41:16 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320345676; bh=YT1OtL3bCJ3V3Uy8Vz8/BlA/H/H1H91DHGmmVDtaKZ8=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=JQhyLjymczJAqA1hL0Q5b4O80+FjZIqJtpqc2XScsJe9zNt7U8Ufil+54x33oJSAd Kbd3rGa1JDLxGv6uiI6DcnP96AgzRytLUWFlq9beG6OkP1I2pVClARzd0npj+KzkPB +I9wmaiDsJwHGjflji3clAsNs36v0T+lDIRMfl1s= X-Yandex-Spam: 1 Received: from [188.134.86.249] ([188.134.86.249]) by web71.yandex.ru with HTTP; Thu, 03 Nov 2011 22:41:16 +0400 From: =?koi8-r?B?4c7Uz84g68zF09M=?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <59461320345676@web71.yandex.ru> Date: Thu, 03 Nov 2011 22:41:16 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: freebsd-update: how to understand, what have changed? 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: Thu, 03 Nov 2011 18:41:18 -0000 I running 8.2-RELEASE-p4. I have just run freebsd-update and it dave done something I dont't understand: # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching metadata signature for 8.2-RELEASE from update5.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. Fetching 1 files... done. The following files will be updated as part of updating to 8.2-RELEASE-p4: /boot/GENERIC/kernel # freebsd-update install Installing updates... done. It download something, but doesn't shows any files changes. So, what have changed? Does I need to rebuild my custom kernel or no? Does I need to reboot?