aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-08-29 20:30:30 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-08-29 20:30:30 +0000
commita0f01ecb62626676531989fdec4ed403ffb4e933 (patch)
tree2a49876cb2311f2b4a6da100f89c986788ac0c89 /etc/defaults/rc.conf
parent51fc382e514d07ee62be5e835700d588baca1c81 (diff)
downloadsrc-a0f01ecb62626676531989fdec4ed403ffb4e933.tar.gz
src-a0f01ecb62626676531989fdec4ed403ffb4e933.zip
Add the ability to run /usr/sbin/crashinfo on a new core dump automatically
during boot. Right now this is disabled by default, but it can be enabled by setting 'crashinfo_enable=YES' in rc.conf. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=182460
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 4b990482c878..ec5ec079ff6c 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -539,6 +539,8 @@ 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_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).
quotaon_flags="-a" # Turn quotas on for all file systems (if enabled)