#!/bin/sh # # check the mtree spec of the base system, for tripwire purposes # # $dotat: buildworld/mtree-check.sh,v 1.1 2002/08/09 22:02:38 fanf2 Exp $ # location of the script cd ${0%/*} SCRIPTS=`pwd -P` # -e don't complain about extras # -p path to root of traversal mtree -e -p / < /var/db/chkall.mtree