#!/bin/sh # # make an mtree spec of the base system, for tripwire purposes # # $dotat: buildworld/mtree-create.sh,v 1.1 2002/08/09 22:02:38 fanf2 Exp $ # location of the script cd ${0%/*} SCRIPTS=`pwd -P` # -c create a spec # -i indent it nicely # -K include keywords in the spec # -p path to root of traversal # -X exclusion list file mtree -c -i -p / -X $SCRIPTS/mtree-exclude -K type,sha1digest \ > /var/db/chkall.mtree