blob: 30438a20ccaba85f4bbc6659f48431f5c8493ead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD$
This directory is for diagnostic programs.
A diagnostic program is one that will inform you that something is wrong
somewhere, for instance by traversing a kernel-structure and verifying
the integrity.
Please make a subdir per program, and add a brief description to this file.
dumpvfscache program that can be used to examine the contents of the vfs
name cache.
httpd-error check for Web files which does not exists on your host
localeck check for invalid/incomplete locales
|