NAME

  cfmv - cfm verify


SYNOPSIS

  cfmv [-f dst_file] { . | pkg_name [...] }


OPTIONS

  -f dst_file  destination filename.
  .            do all installed package files
  pkg_name     do the files of pkg pkg_name


DESCRIPTION

  Cfmv tests installed files to verify their integrity. It outputs a
  list of those files which have been altered in some unacceptable
  way. Cfmv generates the file discrepancy list using `rpm -V' then
  filters the output. The filter may be taylored to remove some test
  conditions for individual files by modifying the appropiate section
  of /etc/cfm/cfm.cf.  Basically things that are identified as
  legitimate changes should be filtered and the remaining changes will
  be reported as errors. Eg utmp is volatile so size, checksum, and 
  timestamp should be filtered but ownership and permissions will
  continue to be monitored.


SEE ALSO

cfm-cmds-list


AUTHORS

           Copyright (c) 1998 1999  Derald Metzger 
  This file is part of the cfm pkg (GPL).