freebsd-ports/sysutils/bsdcrashtar/Makefile
Beat Gaetzi b395c3bcbd The bsdcrashtar utility creates tar a archive that contains all files needed
for debugging FreeBSD kernel crash (vmcore, kernel, loaded modules, sources
that appear in backtrace). This is useful for debugging a crash on another
host, sending it to developers or if you are going to upgrade the kernel on
crashed host but would like to keep crashdump in case the developers ask you to
provide additional info.

Created tar archive contains also a script that when being run inside unpacked
archive will give kgdb(1) session with crash core loaded in it. The script
should be run with root privileges because it does chroot(8) before starting
kgdb(1).

WWW: http://bsdcrashtar.googlecode.com/

PR:		ports/139721
Submitted by:	Mikolaj Golub <to.my.trociny AT gmail.com>
2009-10-19 17:22:30 +00:00

20 lines
417 B
Makefile

# New ports collection makefile for: bsdcrashtar
# Date created: 18 October 2009
# Whom: Mikolaj Golub <to.my.trociny@gmail.com>
#
# $FreeBSD$
#
PORTNAME= bsdcrashtar
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= to.my.trociny@gmail.com
COMMENT= Archive FreeBSD kernel crash files
PLIST_FILES= sbin/bsdcrashtar
MAN8= bsdcrashtar.8
MANCOMPRESSED= yes
.include <bsd.port.mk>