From owner-freebsd-questions@FreeBSD.ORG Sun Apr 24 20:08:58 2005 Return-Path: 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 4131B16A4CE for ; Sun, 24 Apr 2005 20:08:58 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD88243D68 for ; Sun, 24 Apr 2005 20:08:57 +0000 (GMT) (envelope-from jayobrien@att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2005042420092311200m94e5e>; Sun, 24 Apr 2005 20:09:23 +0000 Message-ID: <426BFCD7.2080705@att.net> Date: Sun, 24 Apr 2005 13:08:55 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <426BB50F.9060104@att.net> <20050424152608.GA64194@falcon.midgard.homeip.net> In-Reply-To: <20050424152608.GA64194@falcon.midgard.homeip.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Audit tools? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 20:08:58 -0000 Erik Trulsson wrote: > On Sun, Apr 24, 2005 at 08:02:39AM -0700, Jay O'Brien wrote: > >>What are the tools that I should use to audit an existing >>FreeBSD installation? Without changing anything, I wish >>to quickly determine what is installed, i.e., the basic >>system, ports and packages, and then to compare what is >>installed to the currently available versions. > > > For ports/packages you can use pkg_info(1) to see what is installed, > and pkg_version(1) to compare what is installed to what is in the ports > tree. > > For the base system there is no corresponding way to see what is > installed or not. 'uname -a' will show which version of FreeBSD is > installed, but after that you will have to check manually to see if all > components are installed or not. > > Erik, Thanks; I was hoping that there were some additional tools that I hadn't found so far. At least you have confirmed that I'm following a reasonable procedure. Jay