summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2009-05-14 08:26:20 +0000
committerrodrigc <rodrigc@FreeBSD.org>2009-05-14 08:26:20 +0000
commit3e36160a6e98b74bee99acf0a09889fe2da24bf0 (patch)
tree77dbbb66d2bec7158b6f646dc1a7e6252f16786e /etc
parentbe1f376f27aa45a3a03ffc5655360bdadd656b1f (diff)
downloadFreeBSD-src-3e36160a6e98b74bee99acf0a09889fe2da24bf0.zip
FreeBSD-src-3e36160a6e98b74bee99acf0a09889fe2da24bf0.tar.gz
Set crashinfo_enable to "YES" by default.
During bootup, if /etc/rc.d/savecore detects a core dump file on the dump device, the core file will be saved, and the crashinfo script will be run to generate a human-readable report. This will make it easier for end-users to provide feedback to developers about kernel crashes. Reviewed by: jhb
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index c7740a1..f1c3799 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -543,7 +543,7 @@ chkprintcap_flags="-d" # Create missing directories by default.
dumpdev="AUTO" # Device to crashdump to (device name, AUTO, or NO).
dumpdir="/var/crash" # Directory where crash dumps are to be stored
savecore_flags="" # Used if dumpdev is enabled above, and present.
-crashinfo_enable="NO" # Automatically generate crash dump summary.
+crashinfo_enable="YES" # Automatically generate crash dump summary.
crashinfo_program="/usr/sbin/crashinfo" # Script to generate crash dump summary.
quota_enable="NO" # turn on quotas on startup (or NO).
check_quotas="YES" # Check quotas on startup (or NO).
OpenPOWER on IntegriCloud