rodrigc 2009-09-05 18:44:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
etc/rc.d savecore
Log:
SVN rev 196870 on 2009-09-05 18:44:36Z by rodrigc
This set of MFC's brings savecore closer to the trunk version.
Now, crashinfo will only be run if the following conditions are true:
- savecore -C determines that a crash dump exists
- crashinfo_enable="YES"
MFC: 182460
Add the ability to run /usr/sbin/crashinfo on a new core dump automatically
during boot.
MFC: 180318
Remove the $DUMPDIR variable. It's redundant and the rest of the
script uses $dumpdir directly.
MFC: 180317
Make checking for the availability of core dumps work in the case
that $dumpdev is not set to "AUTO".
Revision Changes Path
1.10.10.4 +18 -3 src/etc/rc.d/savecore