]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Teach crashinfo(8) to look at the currently running kernel (based on the
authorcperciva <cperciva@FreeBSD.org>
Tue, 30 Nov 2010 16:04:40 +0000 (16:04 +0000)
committercperciva <cperciva@FreeBSD.org>
Tue, 30 Nov 2010 16:04:40 +0000 (16:04 +0000)
commitf3bd80afa1c8697faae1168f9d9c3573c41865ca
treefcfae37fdfcb71fcf5a59e5d199d3638861892d1
parent7314841aaa5f42f82f315c02fb9751bdd11d40e9
Teach crashinfo(8) to look at the currently running kernel (based on the
kern.bootfile sysctl).  Prior to this commit, crashinfo(8) only looks at
/boot/*/kernel; this includes the usual places where kernels reside, so
for most systems this will have no effect.

Approved by: jhb
MFC after: 3 days
usr.sbin/crashinfo/crashinfo.sh