]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
With rotating kernel dumps the higest dump number is not necessarily the
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Sun, 16 Dec 2012 23:09:27 +0000 (23:09 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Sun, 16 Dec 2012 23:09:27 +0000 (23:09 +0000)
commit165557e269ea03cbcd001a340122dac6b173a820
tree0e8df91004142cc87703b820d90e48dbb2502e4a
parenteeff0b1b27b01cdde0e95df5ef87f0efd9b7f30a
With rotating kernel dumps the higest dump number is not necessarily the
last one. To make it easier to find the last one create symlinks with 'last'
suffix that will point to the files of the last coredump, eg.:

info.last -> info.5
textdump.tar.last.gz -> textdump.tar.5.gz

Reviewed by: avg
Obtained from: WHEEL Systems
sbin/savecore/savecore.c