summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-04-21 18:17:48 +0000
committerbrooks <brooks@FreeBSD.org>2008-04-21 18:17:48 +0000
commitdd5876444df406e112aca8a57d92b925fadc7b4d (patch)
treeea284c027db12ca6c95620ed892681436b0359b7 /etc
parent056014462f46f585db4887ec3ece37d7eae61292 (diff)
downloadFreeBSD-src-dd5876444df406e112aca8a57d92b925fadc7b4d.zip
FreeBSD-src-dd5876444df406e112aca8a57d92b925fadc7b4d.tar.gz
Change the default of ddb_enable to YES so we default to generating textdumps
on panic. This means you get a potentially useful dump even if your system is running X when you panic. X-MFC after: never
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 9646ec7..085315f 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -33,7 +33,7 @@ swapfile="NO" # Set to name of swapfile if aux swapfile desired.
apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
apmd_enable="NO" # Run apmd to handle APM event from userland.
apmd_flags="" # Flags to apmd (if enabled).
-ddb_enable="NO" # Set to YES to load ddb scripts at boot.
+ddb_enable="YES" # Load ddb scripts at boot.
ddb_config="/etc/ddb.conf" # ddb(8) config file.
devd_enable="YES" # Run devd, to trigger programs on device tree changes.
devd_flags="" # Additional flags for devd(8).
OpenPOWER on IntegriCloud