summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-04-23 22:40:59 +0000
committerbrooks <brooks@FreeBSD.org>2008-04-23 22:40:59 +0000
commit22b58de0b5b831e144a28559a02d4bcc0a57ebff (patch)
tree884f4e5e21040d3b0a56883d8f79b89cfa1c1be0 /etc
parent6b7d75207628536a474b37340d955b403cec99aa (diff)
downloadFreeBSD-src-22b58de0b5b831e144a28559a02d4bcc0a57ebff.zip
FreeBSD-src-22b58de0b5b831e144a28559a02d4bcc0a57ebff.tar.gz
Revert rev 1.332 and keep ddb scripts off by default for now. Minidumps
are more flexable and much text-dump like output can be produced from them so there's a good argument they are a better default.
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 085315f..9646ec7 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="YES" # Load ddb scripts at boot.
+ddb_enable="NO" # Set to YES to 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