You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
714 B
23 lines
714 B
## |
|
## 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 |
|
|
|
|