mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
dump or minidump). When the script is run, it generates a text file containing the output of several commands run againt the core dump such as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. Obtained from: Yahoo! MFC after: 2 weeks
6 lines
76 B
Makefile
6 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= crashinfo.sh
|
|
MAN= crashinfo.8
|
|
|
|
.include <bsd.prog.mk>
|