OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Aug-2002 19:15:12
Branch: HEAD Handle: 2002082618151100
Added files:
openpkg-src/integrit integrit.conf
Log:
Added new configuration file. Unfortunately it is not used by default, because
integrit requires that the admin type the name of the config file at the
commandline.
Summary:
Revision Changes Path
1.1 +23 -0 openpkg-src/integrit/integrit.conf
____________________________________________________________________________
Index: openpkg-src/integrit/integrit.conf
============================================================
$ cvs update -p -r1.1 integrit.conf
##
## integrit.conf -- integrit configuration
##
## Please remember that paths cannot end with a slash.
## Integrit is particularly sensitive to this rule, and
## at best an error will be produced during processing.
##
# Location of a known good database to use for reference when testing integrity
known=@l_prefix@/share/integrit/known.cdb
# Location for a new database used when testing integrity
current=@l_prefix@/share/integrit/current.cdb
# Test integrity of the files in this directory and subdirectories thereof
root=/usr
# Exclude this subdirectory of 'root' during integrity testing
#!/usr/lost+found
# Include this subdirectory of 'root' but do not decend further
#=/usr/local/share
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]