freebsd-dev/sbin/savecore
Pawel Jakub Dawidek 165557e269 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
2012-12-16 23:09:27 +00:00
..
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
savecore.8 Implement -m option to savecore(8) that allows to limit number of kernel 2012-12-16 23:06:12 +00:00
savecore.c With rotating kernel dumps the higest dump number is not necessarily the 2012-12-16 23:09:27 +00:00