From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 10:09:47 2008 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 4C427106567C for ; Fri, 24 Oct 2008 10:09:47 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id D3EDF8FC21 for ; Fri, 24 Oct 2008 10:09:46 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so648753fkk.11 for ; Fri, 24 Oct 2008 03:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=oX6Zf/dXTcKb/ms/K4siBNX/GDlN4Mp/2KeUzv4/kqk=; b=O1dpET7Iqxj1XsNn5YZyy8FEG2nSw4F91Uhcs0zPtOAWIAvDtXlmpMZlgWu3AVW80e mw3wZAqKf2gCi0WjNa2YLAOyjBM50ZYi5G8miM/2Yc2lY6dS4IsqTBHvF8afmkzmqLEf b/9ZD2IhA9qD35v/WTKRVyoPORqXbAKGzTndk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=XCrpGfQ5yEAgFbkH+KprqijiED+JonJC/wuaSKhHG4H85IeVGMmRDPpVTz8ReXLHx7 mIZgUAhGbI022MRcpHfyXvAOv5XqVaRh74m7MUXwrk35nFwsWUC1CV6nDWXLk1zu3n8T rGKObMfKb9i/zLGcsugybUZ+bUFahEpBCK4Gk= Received: by 10.181.134.11 with SMTP id l11mr649840bkn.73.1224841052565; Fri, 24 Oct 2008 02:37:32 -0700 (PDT) Received: by 10.180.231.15 with HTTP; Fri, 24 Oct 2008 02:37:32 -0700 (PDT) Message-ID: Date: Fri, 24 Oct 2008 15:07:32 +0530 From: "Masoom Shaikh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD-7.1, BETA2 or PRERELEASE 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: Fri, 24 Oct 2008 10:09:47 -0000 Hi folks, y'day I csuped the src and built installed the kernel from RELENG_7 I was expecting FreeBSD-BETA2 in output of `uname -a` it is still -PRERELEASE, is it by decision or I have to change something ? I greped /usr/src for PRERELEASE but cud not locate it. I guess release engineering team does that. comments ? Aston