From owner-freebsd-questions@FreeBSD.ORG Thu Dec 3 19:24:16 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41D28106566B for ; Thu, 3 Dec 2009 19:24:16 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id C9E848FC14 for ; Thu, 3 Dec 2009 19:24:15 +0000 (UTC) Received: by ewy1 with SMTP id 1so563038ewy.14 for ; Thu, 03 Dec 2009 11:24:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:message-id:content-type :content-transfer-encoding; bh=2CEVEcNKoLt6U9hMC7NWn6fhi7jgOUV17k0ZlEgsh4k=; b=j3YcdsAmFAGrO7Kwtz4HOYjbr0Hib/32P2Htx9ZvztXktYOqFAObZ0dd2ZyziKonoN 5gp31VUpgQX2t1MRakKH4RVQcwH3zfHtV33bfjqk2V4ARAjhfZ+M4HMj3BjAdE6J8qTT 6lCeeGzsGSmOPu6GSUTH+NvYiuflli4hntNys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:message-id :content-type:content-transfer-encoding; b=DvtTAHV9ApXvEk1YKAaVqQqE4bB0edmm9eV23MWXkt69Ub68cRb+rmJmYDdN1PHEht GN47WsdmevtdtUO5rBw64niWhxdrGB+s0pX20eSFkvAx4XayQkXrhWMIaB7rIGr0Jq3B RXJ1njbzTF1OztkKiHZoFHc85IaIHI091iNJw= Received: by 10.213.2.82 with SMTP id 18mr9474597ebi.44.1259866377431; Thu, 03 Dec 2009 10:52:57 -0800 (PST) Received: from localhost.my.domain (92-100-160-182.dynamic.avangarddsl.ru [92.100.160.182]) by mx.google.com with ESMTPS id 15sm1464472ewy.4.2009.12.03.10.52.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Dec 2009 10:52:56 -0800 (PST) From: subbsd To: questions@freebsd.org Date: Thu, 3 Dec 2009 21:52:55 +0300 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE; KDE/4.3.4; amd64; ; ) MIME-Version: 1.0 Message-Id: <200912032152.55095.subbsd@gmail.com> Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Subject: determine system patch level with freebsd-update method without kernel compiling 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 Dec 2009 19:24:16 -0000 Hi maillist. After applying non kernel-level patch set via freebsd-update my system after rebooting show FreeBSD 8.0 version, not 8.0-p1. New instance of freebsd-update check system again by checksum and show that system is already patched as -p1. With updating i see changing of file newver.sh in /usr/src, but for indicated system as -p1 ive need recompile my kernel. Whats the way for determine current patch level without recompile kernel where kernel is not affected by patch? Thx