From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 17:26:12 2005 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 C29BB16A41F for ; Mon, 25 Jul 2005 17:26:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE9443D46 for ; Mon, 25 Jul 2005 17:26:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 24588 invoked from network); 25 Jul 2005 17:26:11 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Jul 2005 17:26:11 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EC1D955; Mon, 25 Jul 2005 13:26:10 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@auscert.org.au References: <200507250206.j6P26QsZ094083@app.auscert.org.au> From: Lowell Gilbert Date: 25 Jul 2005 13:26:10 -0400 In-Reply-To: <200507250206.j6P26QsZ094083@app.auscert.org.au> Message-ID: <44fyu2n6fh.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: How to create mtree files? 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: Mon, 25 Jul 2005 17:26:12 -0000 freebsd-questions@auscert.org.au writes: > I would like to use the mtree utility to confirm no changes have > occurred to system files since 'make installworld', similar to that > possible with 'mtree -f /cdrom/5.4-RELEASE/base/base.mtree' on a > release installation. This would also give the added advantage of > being able to determine the current buildlevel of an installed > system, I believe. Is it possible/easy to create new mtree files > after the buildworld or installworld process? I've looked at the > Release Engineering docs but it seems more than what I'd like to > do. I should add that I am running tripwire, but I really want to > have a quick way to verify which files were part of which installworld. "man 8 mtree" has full details. "mtree -c -p /" is the start of what you're looking for.