mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
12 lines
639 B
Plaintext
12 lines
639 B
Plaintext
It creates a database from the regular expression rules that it finds
|
|
from the config file. Once this database is initialized it can be
|
|
used to verify the integrity of the files. It has several message
|
|
digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to
|
|
check the integrity of the file. More algorithms can be added with
|
|
relative ease. All of the usual file attributes can also be checked
|
|
for inconsistencies. It can read databases from older or newer
|
|
versions. See the manual pages within the distribution for further
|
|
info. There is also a beginning of a manual at
|
|
|
|
http://www.cs.tut.fi/~rammer/aide/manual.html
|