From owner-freebsd-stable@FreeBSD.ORG Fri Jul 11 10:51:56 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D37D437B401 for ; Fri, 11 Jul 2003 10:51:56 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id D670643FA3 for ; Fri, 11 Jul 2003 10:51:55 -0700 (PDT) (envelope-from chris@chrullrich.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19b23n-0005gk-00 for freebsd-stable@freebsd.org; Fri, 11 Jul 2003 19:51:55 +0200 Received: from [217.237.99.23] (helo=ser1.chrullrich.de) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 19b23m-00068T-00 for freebsd-stable@freebsd.org; Fri, 11 Jul 2003 19:51:55 +0200 Received: from christian.chrullrich.de ([192.168.0.2]) by ser1.chrullrich.de with esmtp (Exim 4.20) id 19b23l-00097b-Rx for freebsd-stable@freebsd.org; Fri, 11 Jul 2003 19:51:53 +0200 Received: by christian.chrullrich.de (Postfix, from userid 1001) id EAAE17A80; Fri, 11 Jul 2003 19:51:51 +0200 (CEST) Date: Fri, 11 Jul 2003 19:51:51 +0200 From: Christian Ullrich To: freebsd-stable@freebsd.org Message-ID: <20030711175151.GA938@christian.chrullrich.de> Mail-Followup-To: freebsd-stable@freebsd.org References: <5.1.1.6.0.20030711113454.00ad2208@roe35.k12.il.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.1.6.0.20030711113454.00ad2208@roe35.k12.il.us> X-Current-Uptime: 0 d, 18:39:30 h, idle 0 d, 15:06:07 h User-Agent: Mutt/1.5.4i Subject: Re: db version? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 17:51:57 -0000 * Douglas Allen wrote on Friday, 2003-07-11: > I have a quick question. How do you find out what version of db is > installed on the system, if any? I've tried several things and I haven't Are you asking how you can determine which of the databases/db*-ports are installed? How about: # pkg_info -I db* | cut -d- -f 1 db41 -- Christian Ullrich I will delete any replies sent to me that should have been sent to the list.