mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
README reads:
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.
This commit is contained in:
parent
d46b04a5f9
commit
04022b1194
1 changed files with 7 additions and 0 deletions
7
tools/diag/README
Normal file
7
tools/diag/README
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
Loading…
Reference in a new issue