From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 22:19:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A9316A416 for ; Sun, 17 Sep 2006 22:19:13 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BAC43D49 for ; Sun, 17 Sep 2006 22:19:12 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id D481F22828 for ; Sun, 17 Sep 2006 23:18:05 +0100 (BST) Message-ID: <450DC9D9.6050000@verysmall.org> Date: Mon, 18 Sep 2006 00:19:05 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: how to apply a patch set 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: Sun, 17 Sep 2006 22:19:13 -0000 Hello, I am trying to apply a patch set to FreeBSD 5.5 (this letter 'p' followed by a number, after the version in 'uname -a') - but somehow it did not work. I cvsup-ed the src using the standard 'stable-supfile' with '*default release=cvs tag=RELENG_5_5' - then I rebuild world. Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. Before it was 'FreeBSD 5.5 RELEASE #0'. So instead of applying patch set I have moved to 'STABLE'. Could somebody tell me what have I done wrong? Actually - what is the difference between the 'pX' and the '#X' after the version? Thank you, Iv --